Skip to content

Commit 1f34a36

Browse files
chore(deps): update dependency rules_apple to v4.1.2 (cgrindel#1767)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_apple](https://redirect.github.com/bazelbuild/rules_apple) | bazel_dep | patch | `4.1.1` -> `4.1.2` | --- ### Release Notes <details> <summary>bazelbuild/rules_apple (rules_apple)</summary> ### [`v4.1.2`](https://redirect.github.com/bazelbuild/rules_apple/releases/tag/4.1.2) [Compare Source](https://redirect.github.com/bazelbuild/rules_apple/compare/4.1.1...4.1.2) ##### What's Changed - Fix an unexpected duplicated instance of the SwiftSupport libraries for app clip targets. by [@&#8203;adincebic](https://redirect.github.com/adincebic) in [https://github.com/bazelbuild/rules_apple/pull/2757](https://redirect.github.com/bazelbuild/rules_apple/pull/2757)7 - Support xcarchive on MacOS by [@&#8203;marekcirkos](https://redirect.github.com/marekcirkos) in [https://github.com/bazelbuild/rules_apple/pull/2758](https://redirect.github.com/bazelbuild/rules_apple/pull/2758)8 - transform XCTRunner.app Info.plist to xml before sed'ing it by [@&#8203;aaronsky](https://redirect.github.com/aaronsky) in [https://github.com/bazelbuild/rules_apple/pull/2763](https://redirect.github.com/bazelbuild/rules_apple/pull/2763)3 ##### New Contributors - [@&#8203;marekcirkos](https://redirect.github.com/marekcirkos) made their first contribution in [https://github.com/bazelbuild/rules_apple/pull/2758](https://redirect.github.com/bazelbuild/rules_apple/pull/2758)8 **Full Changelog**: https://github.com/bazelbuild/rules\_apple/compare/4.1.1...4.1.2 This release is compatible with Bazel 7.x LTS and 8.x LTS releases ##### MODULE.bazel Snippet ```bzl bazel_dep(name = "rules_apple", version = "4.1.2", repo_name = "build_bazel_rules_apple") ``` ##### Workspace Snippet ```bzl load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "build_bazel_rules_apple", sha256 = "de1c8bb872da6b03d2abff659178d3abfda5cc8d8a6b646fdab96ab2d00c9fa7", url = "https://github.com/bazelbuild/rules_apple/releases/download/4.1.2/rules_apple.4.1.2.tar.gz", ) load( "@&#8203;build_bazel_rules_apple//apple:repositories.bzl", "apple_rules_dependencies", ) apple_rules_dependencies() load( "@&#8203;build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies", ) swift_rules_dependencies() load( "@&#8203;build_bazel_rules_swift//swift:extras.bzl", "swift_rules_extra_dependencies", ) swift_rules_extra_dependencies() load( "@&#8203;build_bazel_apple_support//lib:repositories.bzl", "apple_support_dependencies", ) apple_support_dependencies() ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 8360abf commit 1f34a36

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

examples/firebase_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bazel_dep(
2020
)
2121
bazel_dep(
2222
name = "rules_apple",
23-
version = "4.1.1",
23+
version = "4.1.2",
2424
repo_name = "build_bazel_rules_apple",
2525
)
2626

examples/google_maps_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.1.1",
20+
version = "4.1.2",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/injectionnext_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.1.1",
20+
version = "4.1.2",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/interesting_deps/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bazel_dep(
2626
)
2727
bazel_dep(
2828
name = "rules_apple",
29-
version = "4.1.1",
29+
version = "4.1.2",
3030
repo_name = "build_bazel_rules_apple",
3131
)
3232

examples/ios_sim/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bazel_dep(
2020
)
2121
bazel_dep(
2222
name = "rules_apple",
23-
version = "4.1.1",
23+
version = "4.1.2",
2424
repo_name = "build_bazel_rules_apple",
2525
)
2626

examples/kscrash_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.1.1",
20+
version = "4.1.2",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/lottie_ios_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.1.1",
20+
version = "4.1.2",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/messagekit_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.1.1",
20+
version = "4.1.2",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/nimble_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(
1717
)
1818
bazel_dep(
1919
name = "rules_apple",
20-
version = "4.1.1",
20+
version = "4.1.2",
2121
repo_name = "build_bazel_rules_apple",
2222
)
2323

examples/objc_code/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bazel_dep(
2525
)
2626
bazel_dep(
2727
name = "rules_apple",
28-
version = "4.1.1",
28+
version = "4.1.2",
2929
repo_name = "build_bazel_rules_apple",
3030
)
3131

0 commit comments

Comments
 (0)