Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] #2395

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions modules/rules_xcodeproj/2.5.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
module(
name = "rules_xcodeproj",
version = "2.5.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",
)
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.5.1",
bazel_compatibility = [">=6.3.0"],
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)
7 changes: 7 additions & 0 deletions modules/rules_xcodeproj/2.5.1/presubmit.yml
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'
9 changes: 9 additions & 0 deletions modules/rules_xcodeproj/2.5.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-fOmJemM/moauYzk4zjLheL43hgSt7m7WROQlW5NXYFI=",
"strip_prefix": "",
"url": "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.5.1/release.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-m5SjWtRvOyhF5FprwAfu6NBJp212UV9XUO2Q2iG/zUY="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_xcodeproj/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"2.3.0",
"2.3.1",
"2.4.0",
"2.5.0"
"2.5.0",
"2.5.1"
],
"yanked_versions": {}
}
Loading