github MobileNativeFoundation/rules_xcodeproj 1.5.1

latest releases: 3.2.0, 3.1.2, 3.1.1...
2 years ago

What’s Changed

Since 1.5.0

Below are the changes that were in 1.5.0

Adjusted

Fixed

  • Fixed output base when using --config=indexbuild with the command-line API: #2027
  • Fixed create_lldbinit.sh not appending content to a new line: #2036
  • Fixed import_indexstores.sh when using swift.remap_xcode_path: 2064
  • Fixed space handling linkopts: #2062 and #2069
  • Fixed space handling in target.swift-extra-clang-flags: #2070
  • Fixed custom bundle extension handling: #2093

Full Changelog

1.4.0...1.5.1

Contributors

Bzlmod Snippet

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

release.tar.gz’s integrity: sha256-VM7lJKvXLblQSC3tFo3UQ5c2kHe3NNTPSwb3NOEKPoA=

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",
    sha256 = "54cee524abd72db950482ded168dd44397369077b734d4cf4b06f734e10a3e80",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.5.1/release.tar.gz",
)

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

xcodeproj_rules_dependencies()

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.