github MobileNativeFoundation/rules_xcodeproj 1.5.0
1.5.0: Lots of optimizations

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

What’s Changed

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.0

Contributors

Bzlmod Snippet

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

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

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 = "3d6123ae2c1c3181a0c55083f6f1815c9b9bd56cd83da75175320f40966f1cde",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.5.0/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.