-
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.
- Loading branch information
1 parent
18061c9
commit 060f752
Showing
5 changed files
with
91 additions
and
0 deletions.
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,22 @@ | ||
module( | ||
name = "rules_xcodeproj", | ||
version = "0.12.0", | ||
repo_name = "com_github_buildbuddy_io_rules_xcodeproj", | ||
compatibility_level = 1, | ||
) | ||
bazel_dep(name = "bazel_skylib", version = "1.3.0") | ||
bazel_dep(name = "rules_swift", version = "1.5.1", repo_name = "build_bazel_rules_swift") | ||
bazel_dep(name = "rules_apple", version = "2.0.0", repo_name = "build_bazel_rules_apple") | ||
|
||
non_module_deps = use_extension("//xcodeproj:extensions.bzl", "non_module_deps") | ||
use_repo( | ||
non_module_deps, | ||
"rules_xcodeproj_index_import", | ||
"com_github_kylef_pathkit", | ||
"com_github_tadija_aexml", | ||
"com_github_michaeleisel_jjliso8601dateformatter", | ||
"com_github_michaeleisel_zippyjsoncfamily", | ||
"com_github_michaeleisel_zippyjson", | ||
"com_github_tuist_xcodeproj", | ||
"com_github_apple_swift_collections", | ||
) |
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,28 @@ | ||
diff --git a/MODULE.bazel b/MODULE.bazel | ||
new file mode 100644 | ||
index 00000000..f14b8395 | ||
--- /dev/null | ||
+++ b/MODULE.bazel | ||
@@ -0,0 +1,22 @@ | ||
+module( | ||
+ name = "rules_xcodeproj", | ||
+ version = "0.12.0", | ||
+ repo_name = "com_github_buildbuddy_io_rules_xcodeproj", | ||
+ compatibility_level = 1, | ||
+) | ||
+bazel_dep(name = "bazel_skylib", version = "1.3.0") | ||
+bazel_dep(name = "rules_swift", version = "1.5.1", repo_name = "build_bazel_rules_swift") | ||
+bazel_dep(name = "rules_apple", version = "2.0.0", repo_name = "build_bazel_rules_apple") | ||
+ | ||
+non_module_deps = use_extension("//xcodeproj:extensions.bzl", "non_module_deps") | ||
+use_repo( | ||
+ non_module_deps, | ||
+ "rules_xcodeproj_index_import", | ||
+ "com_github_kylef_pathkit", | ||
+ "com_github_tadija_aexml", | ||
+ "com_github_michaeleisel_jjliso8601dateformatter", | ||
+ "com_github_michaeleisel_zippyjsoncfamily", | ||
+ "com_github_michaeleisel_zippyjson", | ||
+ "com_github_tuist_xcodeproj", | ||
+ "com_github_apple_swift_collections", | ||
+) |
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,6 @@ | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: macos | ||
build_targets: | ||
- '@rules_xcodeproj//tools/generator: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,8 @@ | ||
{ | ||
"url": "https://github.com/buildbuddy-io/rules_xcodeproj/releases/download/0.12.0/release.tar.gz", | ||
"integrity": "sha256-Yw40NLSegHg0MO9HDA6afxyLTmSPeJuf4yT803reihk=", | ||
"patch_strip": 1, | ||
"patches": { | ||
"add_module.patch": "sha256-0oh0WAavYS/RT8EYw2zINy+fWW1WCu9ZjLbKNUswMCc=" | ||
} | ||
} |
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,27 @@ | ||
{ | ||
"homepage": "https://github.com/buildbuddy-io/rules_xcodeproj", | ||
"maintainers": [ | ||
{ | ||
"email": "[email protected]", | ||
"github": "brentleyjones", | ||
"name": "Jones Brentley" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "BalestraPatrick", | ||
"name": "Patrick Balestra" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"github": "thii", | ||
"name": "Thi Doãn" | ||
} | ||
], | ||
"repository": [ | ||
"github:buildbuddy-io/rules_xcodeproj" | ||
], | ||
"versions": [ | ||
"0.12.0" | ||
], | ||
"yanked_versions": {} | ||
} |