Skip to content

Commit

Permalink
Publish MobileNativeFoundation/rules_xcodeproj@1.6.0 (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
publish-to-bcr-bot[bot] and brentleyjones committed May 18, 2023
1 parent adf23d0 commit f498c15
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 1 deletion.
63 changes: 63 additions & 0 deletions modules/rules_xcodeproj/1.6.0/MODULE.bazel
@@ -0,0 +1,63 @@
module(
name = "rules_xcodeproj",
version = "1.6.0",
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)

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 = "buildifier_prebuilt",
version = "6.1.0",
dev_dependency = True,
)
bazel_dep(
name = "rules_pkg",
version = "0.9.0",
dev_dependency = True,
)
bazel_dep(
name = "stardoc",
version = "0.5.4",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
)

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,
"com_github_apple_swift_argument_parser",
"com_github_apple_swift_collections",
"com_github_kylef_pathkit",
"com_github_michaeleisel_jjliso8601dateformatter",
"com_github_michaeleisel_zippyjson",
"com_github_michaeleisel_zippyjsoncfamily",
"com_github_tadija_aexml",
"com_github_tuist_xcodeproj",
"rules_xcodeproj_index_import",
)

dev_non_module_deps = use_extension(
"//xcodeproj:extensions.bzl",
"dev_non_module_deps",
dev_dependency = True,
)
use_repo(
dev_non_module_deps,
"com_github_pointfreeco_swift_custom_dump",
"com_github_pointfreeco_xctest_dynamic_overlay",
)
@@ -0,0 +1,13 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_xcodeproj",
- version = "0.0.0",
+ version = "1.6.0",
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)

4 changes: 4 additions & 0 deletions modules/rules_xcodeproj/1.6.0/presubmit.yml
@@ -0,0 +1,4 @@
tasks:
verify_targets_macos:
name: Verify build targets
platform: macos
9 changes: 9 additions & 0 deletions modules/rules_xcodeproj/1.6.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-zpK4eE/lJd1CBCL7CeqOHy3+6J5BukAdM+OmaHGZp9A=",
"strip_prefix": "",
"url": "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.6.0/release.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-rXuq817VcDt4NK3QMLYGW4iM8gT1BVxL1m/Y8NK3KoY="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/rules_xcodeproj/metadata.json
Expand Up @@ -36,7 +36,8 @@
"1.3.3",
"1.4.0",
"1.5.0",
"1.5.1"
"1.5.1",
"1.6.0"
],
"yanked_versions": {}
}

0 comments on commit f498c15

Please sign in to comment.