Skip to content

Commit

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

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

Co-authored-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
publish-to-bcr-bot[bot] and brentleyjones committed Mar 12, 2024
1 parent 4e12a15 commit aeba393
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 1 deletion.
29 changes: 29 additions & 0 deletions modules/rules_xcodeproj/1.18.0/MODULE.bazel
@@ -0,0 +1,29 @@
module(
name = "rules_xcodeproj",
version = "1.18.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",
)
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_xcodeproj",
- version = "0.0.0",
+ version = "1.18.0",
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)

7 changes: 7 additions & 0 deletions modules/rules_xcodeproj/1.18.0/presubmit.yml
@@ -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/1.18.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-hNSObmZAiQeLMq8NRrG3LsM7qsPUpMbTTG3hIHSBens=",
"strip_prefix": "",
"url": "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.18.0/release.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-o330dN3w8hBcFv26JGVd6r4knnlB4/HFq7/bMwVgLAo="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_xcodeproj/metadata.json
Expand Up @@ -50,7 +50,8 @@
"1.14.2",
"1.15.0",
"1.16.0",
"1.17.0"
"1.17.0",
"1.18.0"
],
"yanked_versions": {}
}

0 comments on commit aeba393

Please sign in to comment.