github MobileNativeFoundation/rules_xcodeproj 1.17.0

latest releases: 3.2.0, 3.1.2, 3.1.1...
18 months ago

What’s Changed

New

  • Added support for the new swift_proto_library rule: #2832

Adjusted

  • Added support for argument lists in swiftc_stub: #2907
  • We now log when the Bazel build is starting: #2895
  • Upgraded WORKSPACE versions of rules_apple: #2912
  • Removed incremental generation mode extra CODE_SIGNING_ALLOWED logic: #2921

Fixed

  • Fixed duplicate same_as_run launch target pre/post actions: #2892
  • Fixed frozen list issue with incremental generation: #2894
  • Fixed more code signing issues of UI tests with incremental generation: #2919
  • Fixed processing of folder-type uncategorized resources with incremental generation: #2918
  • Fixed tree artifact File handling with incremental generation: #2905
  • Fixed tvOS Xcode preview framework code signing with incremental generation: #2920
  • xcschemes no longer errors when listing a merged target in library_targets: #2897

Ruleset Development Changes

  • Upgraded development apple_support and rules_apple versions: #2912

Full Changelog

1.16.0...1.17.0

Contributors

Bzlmod Snippet

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

release.tar.gz’s integrity: sha256-iEDmJM4kKyWeTn6kwe83+nfu34XOai1rBg4he/8nNss=

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 = "8840e624ce242b259e4e7ea4c1ef37fa77eedf85ce6a2d6b060e217bff2736cb",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.17.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.