Skip to content

Commit

Permalink
rules_xcodeproj@2.3.1 (bazelbuild#1996)
Browse files Browse the repository at this point in the history
Release:
https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/tag/2.3.1

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
2 people authored and zaucy committed Jun 14, 2024
1 parent be2e11b commit a208a6e
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
30 changes: 30 additions & 0 deletions modules/rules_xcodeproj/2.3.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
module(
name = "rules_xcodeproj",
version = "2.3.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",
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.3.1",
bazel_compatibility = [">=6.3.0"],
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)
7 changes: 7 additions & 0 deletions modules/rules_xcodeproj/2.3.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.3.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-O+vLV3DoUxJsP7rLBlJA41VU4JsxpYSq9ItmTlgf3Qg=",
"strip_prefix": "",
"url": "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.3.1/release.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-0F8ZyunHqIW37ejRosgqcyyEvggM4jdGwq+SnTGI85I="
},
"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 @@ -56,7 +56,8 @@
"2.1.0",
"2.1.1",
"2.2.0",
"2.3.0"
"2.3.0",
"2.3.1"
],
"yanked_versions": {}
}

0 comments on commit a208a6e

Please sign in to comment.