Skip to content

Commit e7b3fad

Browse files
1 parent 9b432df commit e7b3fad

File tree

5 files changed

+66
-1
lines changed

5 files changed

+66
-1
lines changed

Diff for: modules/rules_apple/3.4.0/MODULE.bazel

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
module(
2+
name = "rules_apple",
3+
version = "3.4.0",
4+
bazel_compatibility = [">=6.0.0"],
5+
compatibility_level = 1,
6+
repo_name = "build_bazel_rules_apple",
7+
)
8+
9+
bazel_dep(name = "apple_support", version = "1.14.0", repo_name = "build_bazel_apple_support")
10+
bazel_dep(name = "bazel_skylib", version = "1.3.0")
11+
bazel_dep(name = "platforms", version = "0.0.7")
12+
bazel_dep(name = "rules_swift", version = "1.17.0", repo_name = "build_bazel_rules_swift")
13+
14+
bazel_dep(
15+
name = "stardoc",
16+
version = "0.6.2",
17+
dev_dependency = True,
18+
repo_name = "io_bazel_stardoc",
19+
)
20+
21+
non_module_deps = use_extension("//apple:extensions.bzl", "non_module_deps")
22+
use_repo(
23+
non_module_deps,
24+
"xctestrunner",
25+
)
26+
27+
provisioning_profile_repository = use_extension("//apple:apple.bzl", "provisioning_profile_repository_extension")
28+
use_repo(provisioning_profile_repository, "local_provisioning_profiles")
29+
30+
apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
31+
use_repo(apple_cc_configure, "local_config_apple_cc")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,7 +1,7 @@
5+
module(
6+
name = "rules_apple",
7+
- version = "0",
8+
+ version = "3.4.0",
9+
bazel_compatibility = [">=6.0.0"],
10+
compatibility_level = 1,
11+
repo_name = "build_bazel_rules_apple",
12+
)

Diff for: modules/rules_apple/3.4.0/presubmit.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
matrix:
2+
bazel: ["7.x", "rolling"]
3+
4+
tasks:
5+
verify_targets:
6+
name: Verify build targets
7+
platform: macos_arm64
8+
bazel: ${{ bazel }}
9+
test_targets:
10+
- '@rules_apple//examples/macos/CommandLine:ExamplesBuildTest'
11+
test_flags:
12+
- "--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"

Diff for: modules/rules_apple/3.4.0/source.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-7UMqLVkpRSdIvVOk/55lLyMyKD6z1/+tbLY6q5agYwE=",
3+
"strip_prefix": "",
4+
"url": "https://github.com/bazelbuild/rules_apple/releases/download/3.4.0/rules_apple.3.4.0.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-fW0+D+y0075SOfLjvKBA7IA0LxgeZHIWw4yxTEc2aMg="
7+
},
8+
"patch_strip": 1
9+
}

Diff for: modules/rules_apple/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"3.1.1",
4747
"3.2.0",
4848
"3.2.1",
49-
"3.3.0"
49+
"3.3.0",
50+
"3.4.0"
5051
],
5152
"yanked_versions": {}
5253
}

0 commit comments

Comments
 (0)