Skip to content

Commit 94933cf

Browse files
1 parent 7495a5f commit 94933cf

File tree

5 files changed

+61
-1
lines changed

5 files changed

+61
-1
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

modules/rules_xcodeproj/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
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"

0 commit comments

Comments
 (0)