-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/tag/2.9.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Brentley Jones <[email protected]>
- Loading branch information
1 parent
caa4960
commit 5108001
Showing
5 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
module( | ||
name = "rules_xcodeproj", | ||
version = "2.9.1", | ||
bazel_compatibility = [">=6.3.0"], | ||
compatibility_level = 1, | ||
repo_name = "rules_xcodeproj", | ||
) | ||
|
||
bazel_dep(name = "bazel_features", version = "1.3.0") | ||
bazel_dep(name = "bazel_skylib", version = "1.3.0") | ||
bazel_dep( | ||
name = "rules_swift", | ||
version = "1.6.0", | ||
max_compatibility_level = 2, | ||
repo_name = "build_bazel_rules_swift", | ||
) | ||
bazel_dep( | ||
name = "rules_apple", | ||
version = "2.0.0", | ||
repo_name = "build_bazel_rules_apple", | ||
) | ||
bazel_dep(name = "rules_python", version = "0.27.1") | ||
|
||
internal = use_extension("//xcodeproj:extensions.bzl", "internal") | ||
use_repo(internal, "rules_xcodeproj_generated") | ||
|
||
non_module_deps = use_extension("//xcodeproj:extensions.bzl", "non_module_deps") | ||
use_repo( | ||
non_module_deps, | ||
"rules_xcodeproj_index_import", | ||
) |
12 changes: 12 additions & 0 deletions
12
modules/rules_xcodeproj/2.9.1/patches/module_dot_bazel_version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
=================================================================== | ||
--- a/MODULE.bazel | ||
+++ b/MODULE.bazel | ||
@@ -1,7 +1,7 @@ | ||
module( | ||
name = "rules_xcodeproj", | ||
- version = "0.0.0", | ||
+ version = "2.9.1", | ||
bazel_compatibility = [">=6.3.0"], | ||
compatibility_level = 1, | ||
repo_name = "rules_xcodeproj", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
tasks: | ||
verify_targets_macos: | ||
name: Verify build targets | ||
bazel: 7.x | ||
platform: macos | ||
build_targets: | ||
- '@rules_xcodeproj//tools/generators/pbxproj_prefix:universal_pbxproj_prefix' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"integrity": "sha256-4qeMrhA0uWI6QdI86qEX8qoPjjhtHpDdLZulJYToMYM=", | ||
"strip_prefix": "", | ||
"url": "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.9.1/release.tar.gz", | ||
"patches": { | ||
"module_dot_bazel_version.patch": "sha256-Ib63pFk79j+XSAX6rITzuEE0G9WH6Imfr9rgh63be8w=" | ||
}, | ||
"patch_strip": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,8 @@ | |
"2.7.0", | ||
"2.8.0", | ||
"2.8.1", | ||
"2.9.0" | ||
"2.9.0", | ||
"2.9.1" | ||
], | ||
"yanked_versions": {} | ||
} |