Skip to content

Commit

Permalink
rules_apple@3.4.0 (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] committed Mar 28, 2024
1 parent 9b432df commit e7b3fad
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 1 deletion.
31 changes: 31 additions & 0 deletions modules/rules_apple/3.4.0/MODULE.bazel
@@ -0,0 +1,31 @@
module(
name = "rules_apple",
version = "3.4.0",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_rules_apple",
)

bazel_dep(name = "apple_support", version = "1.14.0", repo_name = "build_bazel_apple_support")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_swift", version = "1.17.0", repo_name = "build_bazel_rules_swift")

bazel_dep(
name = "stardoc",
version = "0.6.2",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
)

non_module_deps = use_extension("//apple:extensions.bzl", "non_module_deps")
use_repo(
non_module_deps,
"xctestrunner",
)

provisioning_profile_repository = use_extension("//apple:apple.bzl", "provisioning_profile_repository_extension")
use_repo(provisioning_profile_repository, "local_provisioning_profiles")

apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
use_repo(apple_cc_configure, "local_config_apple_cc")
12 changes: 12 additions & 0 deletions modules/rules_apple/3.4.0/patches/module_dot_bazel_version.patch
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_apple",
- version = "0",
+ version = "3.4.0",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
repo_name = "build_bazel_rules_apple",
)
12 changes: 12 additions & 0 deletions modules/rules_apple/3.4.0/presubmit.yml
@@ -0,0 +1,12 @@
matrix:
bazel: ["7.x", "rolling"]

tasks:
verify_targets:
name: Verify build targets
platform: macos_arm64
bazel: ${{ bazel }}
test_targets:
- '@rules_apple//examples/macos/CommandLine:ExamplesBuildTest'
test_flags:
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"
9 changes: 9 additions & 0 deletions modules/rules_apple/3.4.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-7UMqLVkpRSdIvVOk/55lLyMyKD6z1/+tbLY6q5agYwE=",
"strip_prefix": "",
"url": "https://github.com/bazelbuild/rules_apple/releases/download/3.4.0/rules_apple.3.4.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-fW0+D+y0075SOfLjvKBA7IA0LxgeZHIWw4yxTEc2aMg="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_apple/metadata.json
Expand Up @@ -46,7 +46,8 @@
"3.1.1",
"3.2.0",
"3.2.1",
"3.3.0"
"3.3.0",
"3.4.0"
],
"yanked_versions": {}
}

0 comments on commit e7b3fad

Please sign in to comment.