File tree Expand file tree Collapse file tree 5 files changed +61
-1
lines changed
Expand file tree Collapse file tree 5 files changed +61
-1
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "rules_xcodeproj" ,
3+ version = "3.4.1" ,
4+ bazel_compatibility = [">=7.0.0" ],
5+ compatibility_level = 1 ,
6+ repo_name = "rules_xcodeproj" ,
7+ )
8+
9+ bazel_dep (name = "bazel_features" , version = "1.3.0" )
10+ bazel_dep (name = "bazel_skylib" , version = "1.3.0" )
11+ bazel_dep (
12+ name = "rules_swift" ,
13+ version = "3.1.1" ,
14+ repo_name = "build_bazel_rules_swift" ,
15+ )
16+ bazel_dep (
17+ name = "rules_apple" ,
18+ version = "4.0.1" ,
19+ repo_name = "build_bazel_rules_apple" ,
20+ )
21+ bazel_dep (name = "rules_python" , version = "0.27.1" )
22+
23+ internal = use_extension ("//xcodeproj:extensions.bzl" , "internal" )
24+ use_repo (internal , "rules_xcodeproj_generated" )
25+
26+ non_module_deps = use_extension ("//xcodeproj:extensions.bzl" , "non_module_deps" )
27+ use_repo (
28+ non_module_deps ,
29+ "rules_xcodeproj_index_import" ,
30+ "rules_xcodeproj_legacy_index_import" ,
31+ )
Original file line number Diff line number Diff line change 1+ ===================================================================
2+ --- a/MODULE.bazel
3+ +++ b/MODULE.bazel
4+ @@ -1,7 +1,7 @@
5+ module(
6+ name = "rules_xcodeproj",
7+ - version = "0.0.0",
8+ + version = "3.4.1",
9+ bazel_compatibility = [">=7.0.0"],
10+ compatibility_level = 1,
11+ repo_name = "rules_xcodeproj",
12+ )
Original file line number Diff line number Diff line change 1+ tasks :
2+ verify_targets_macos :
3+ name : Verify build targets
4+ bazel : 7.x
5+ platform : macos
6+ build_targets :
7+ - ' @rules_xcodeproj//tools/generators/pbxproj_prefix:universal_pbxproj_prefix'
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " sha256-slywjHxvDIE5hO0Cn5e0A1dFPTWbX+SUFw269GzJx9s=" ,
3+ "strip_prefix" : " " ,
4+ "url" : " https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/3.4.1/release.tar.gz" ,
5+ "patches" : {
6+ "module_dot_bazel_version.patch" : " sha256-2A5g+gm1kNES7aVRx/wXS5ZoQxSIM3g9D2itp4miW4k="
7+ },
8+ "patch_strip" : 1
9+ }
Original file line number Diff line number Diff line change 8484 " 3.1.2" ,
8585 " 3.2.0" ,
8686 " 3.3.0" ,
87- " 3.4.0"
87+ " 3.4.0" ,
88+ " 3.4.1"
8889 ],
8990 "yanked_versions" : {
9091 "3.1.1" : " Typo in process_bazel_build_log.py broke Xcode builds"
You can’t perform that action at this time.
0 commit comments