Skip to content

Commit a6a6e8e

Browse files
chore(deps): update dependency rules_xcodeproj to v3.4.1 (#1928)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_xcodeproj](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj) | bazel_dep | minor | `3.3.0` -> `3.4.1` | --- ### Release Notes <details> <summary>MobileNativeFoundation/rules_xcodeproj (rules_xcodeproj)</summary> ### [`v3.4.1`](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/blob/HEAD/CHANGELOG.md#341---2025-11-19) [Compare Source](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.4.0...3.4.1) [Unreleased]: https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.4.0...3.4.1 ##### Fixed - Fixed regression caused by [#&#8203;3232](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/pull/3232): [#&#8203;3249](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/pull/3249) <a id="3.4.0"></a> ### [`v3.4.0`](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/blob/HEAD/CHANGELOG.md#340---2025-11-19) [Compare Source](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.3.0...3.4.0) [3.4.0]: https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.3.0...3.4.0 ##### New - Added `--@&#8203;rules_xcodeproj//xcodeproj:separate_index_build_output_base` flag to configure the generator to use a separate output base for index builds: [#&#8203;3243](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/pull/3243) - Added support for viewing and editing `.xcmappingmodel` files: [#&#8203;3242](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/pull/3242) - Added support for StoreKit configuration files to `xcschemes.run`, for use with [StoreKit Testing](https://developer.apple.com/documentation/xcode/setting-up-storekit-testing-in-xcode). [#&#8203;3242](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/pull/3245) ##### Fixed - Fixed potential stale `--xcode_version` in `runner.sh`: [#&#8203;3232](https://redirect.github.com/MobileNativeFoundation/rules_xcodeproj/pull/3232) <a id="3.3.0"></a> </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>
1 parent 4128a39 commit a6a6e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/firebase_example/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_xcodeproj",
29-
version = "3.3.0",
29+
version = "3.4.1",
3030
dev_dependency = True,
3131
)
3232
bazel_dep(

examples/ios_sim/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bazel_dep(
4242
)
4343
bazel_dep(
4444
name = "rules_xcodeproj",
45-
version = "3.3.0",
45+
version = "3.4.1",
4646
dev_dependency = True,
4747
)
4848

0 commit comments

Comments
 (0)