Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brentleyjones committed Jul 9, 2024
1 parent ebb353a commit 7f6becd
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 1 deletion.
31 changes: 31 additions & 0 deletions modules/rules_xcodeproj/2.5.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
module(
name = "rules_xcodeproj",
version = "2.5.0",
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.0",
bazel_compatibility = [">=6.3.0"],
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)
7 changes: 7 additions & 0 deletions modules/rules_xcodeproj/2.5.0/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.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-1b61qkteXQw0V+oYwpdNjmF5V9J9d6Jao0ZBgGcBdqc=",
"strip_prefix": "",
"url": "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.5.0/release.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-jXpKRpyS2RtOojIq8keygNyjP+bsFlsCmNY4tPKeUXk="
},
"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 @@ -58,7 +58,8 @@
"2.2.0",
"2.3.0",
"2.3.1",
"2.4.0"
"2.4.0",
"2.5.0"
],
"yanked_versions": {}
}

0 comments on commit 7f6becd

Please sign in to comment.