github MobileNativeFoundation/rules_xcodeproj 2.12.0
2.12.0: More fixes

latest releases: 3.1.2, 3.1.1, 3.1.0...
4 months ago

What’s Changed

Adjusted

  • We now use BCR for kylef/PathKit and tuist/xcodeproj deps: #3153
  • We now skip targets without compiles output group in compile_only aspect: #3172

Fixed

  • Fixed more rsync permission issues: #3175
  • Fixed argument length error for WriteSwiftDebugSettings: #3173
  • Adopted latest index-import version (v6.1.0.1) to fix issue with libzstd.1.dylib: #3174

Full Changelog

2.11.2...2.12.0

Contributors

Bzlmod Snippet

bazel_dep(name = "rules_xcodeproj", version = "2.12.0")

release.tar.gz’s integrity: sha256-qhSXqABDypMW8e+wcMiF7zmMqpke2/CBMyz3iewWrpA=

Workspace Snippet

Please use the release asset (release.tar.gz) from your Bazel WORKSPACE instead of GitHub's source asset to reduce download size and improve reproducibility.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_xcodeproj",
    integrity = "sha256-qhSXqABDypMW8e+wcMiF7zmMqpke2/CBMyz3iewWrpA=",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.12.0/release.tar.gz",
)

load(
    "@rules_xcodeproj//xcodeproj:repositories.bzl",
    "xcodeproj_rules_dependencies",
)

xcodeproj_rules_dependencies()

load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

load(
    "@build_bazel_rules_apple//apple:repositories.bzl",
    "apple_rules_dependencies",
)

apple_rules_dependencies()

load(
    "@build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

load(
    "@build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

Don't miss a new rules_xcodeproj release

NewReleases is sending notifications on new releases.