Skip to content

Commit

Permalink
Publish MobileNativeFoundation/[email protected] (#1077)
Browse files Browse the repository at this point in the history
Co-authored-by: Brentley Jones <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and brentleyjones authored Oct 30, 2023
1 parent c5ee1f7 commit e10c801
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
28 changes: 28 additions & 0 deletions modules/rules_xcodeproj/1.13.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
module(
name = "rules_xcodeproj",
version = "1.13.0",
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)

bazel_dep(name = "bazel_features", version = "1.0.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",
)

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 = "1.13.0",
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)

4 changes: 4 additions & 0 deletions modules/rules_xcodeproj/1.13.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tasks:
verify_targets_macos:
name: Verify build targets
platform: macos
9 changes: 9 additions & 0 deletions modules/rules_xcodeproj/1.13.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-9cH0vqnwBzLvnVTTM9mBnVdN5wINvZ0IEHQjK5PBCyw=",
"strip_prefix": "",
"url": "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.13.0/release.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-qm3YXWhz3QBJUvg4hb//LwNHIjI2IyRlxUVhIHQX0TE="
},
"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 @@ -43,7 +43,8 @@
"1.10.1",
"1.11.0",
"1.12.0",
"1.12.1"
"1.12.1",
"1.13.0"
],
"yanked_versions": {}
}

0 comments on commit e10c801

Please sign in to comment.