Skip to content

Commit 02254e8

Browse files
publish-to-bcr-bot[bot]brentleyjoneskeith
authored
Release: https://github.com/bazelbuild/rules_apple/releases/tag/4.3.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ --------- Co-authored-by: Brentley Jones <[email protected]> Co-authored-by: Keith Smiley <[email protected]>
1 parent e904f73 commit 02254e8

File tree

5 files changed

+88
-13
lines changed

5 files changed

+88
-13
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
"""rules_apple MODULE.bazel file"""
2+
3+
module(
4+
name = "rules_apple",
5+
version = "4.3.1",
6+
bazel_compatibility = [">=7.0.0"],
7+
compatibility_level = 1,
8+
)
9+
10+
bazel_dep(name = "apple_support", version = "1.21.1", repo_name = "build_bazel_apple_support")
11+
bazel_dep(name = "bazel_features", version = "1.30.0")
12+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
13+
bazel_dep(name = "platforms", version = "0.0.11")
14+
bazel_dep(name = "rules_cc", version = "0.1.2")
15+
bazel_dep(
16+
name = "rules_swift",
17+
version = "2.4.0",
18+
max_compatibility_level = 3,
19+
repo_name = "build_bazel_rules_swift",
20+
)
21+
22+
# Test with latest rules_swift without requiring users to use this version
23+
single_version_override(
24+
module_name = "rules_swift",
25+
version = "3.0.2",
26+
)
27+
28+
bazel_dep(name = "rules_python", version = "1.3.0")
29+
bazel_dep(name = "rules_shell", version = "0.3.0")
30+
31+
bazel_dep(
32+
name = "stardoc",
33+
version = "0.8.0",
34+
dev_dependency = True,
35+
repo_name = "io_bazel_stardoc",
36+
)
37+
38+
non_module_deps = use_extension("//apple:extensions.bzl", "non_module_deps")
39+
use_repo(non_module_deps, "xctestrunner")
40+
41+
provisioning_profile_repository = use_extension("//apple:apple.bzl", "provisioning_profile_repository_extension")
42+
use_repo(provisioning_profile_repository, "local_provisioning_profiles")
43+
44+
apple_cc_configure = use_extension("@build_bazel_apple_support//crosstool:setup.bzl", "apple_cc_configure_extension")
45+
use_repo(apple_cc_configure, "local_config_apple_cc")
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,9 +1,9 @@
5+
"""rules_apple MODULE.bazel file"""
6+
7+
module(
8+
name = "rules_apple",
9+
- version = "0",
10+
+ version = "4.3.1",
11+
bazel_compatibility = [">=7.0.0"],
12+
compatibility_level = 1,
13+
)
14+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
matrix:
2+
bazel: ["7.x", "8.x"]
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"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-deBLdAeEGeiGBIdwruT5ZAJ3g8q0QCnCJpU6jqiqrNU=",
3+
"strip_prefix": "",
4+
"url": "https://github.com/bazelbuild/rules_apple/releases/download/4.3.1/rules_apple.4.3.1.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-d4o/pxZsSxdKwEglKXwpS7rQSYWR+/iQxYbDhxB8mvo="
7+
},
8+
"patch_strip": 1
9+
}

modules/rules_apple/metadata.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,12 @@
77
"name": "Keith Smiley",
88
"github_user_id": 283886
99
},
10-
{
11-
"email": "[email protected]",
12-
"github": "BalestraPatrick",
13-
"name": "Patrick Balestra",
14-
"github_user_id": 3658887
15-
},
1610
{
1711
"email": "[email protected]",
1812
"github": "brentleyjones",
1913
"name": "Brentley Jones",
2014
"github_user_id": 158658
2115
},
22-
{
23-
"email": "[email protected]",
24-
"github": "thii",
25-
"name": "Thi Doãn",
26-
"github_user_id": 4506500
27-
},
2816
{
2917
"email": "[email protected]",
3018
"github": "luispadron",
@@ -36,6 +24,12 @@
3624
"github": "aaronsky",
3725
"name": "Aaron Sky",
3826
"github_user_id": 10502938
27+
},
28+
{
29+
"email": "[email protected]",
30+
"github": "adincebic",
31+
"name": "Adin Cebic",
32+
"github_user_id": 19636856
3933
}
4034
],
4135
"repository": [
@@ -92,7 +86,8 @@
9286
"4.1.0",
9387
"4.1.1",
9488
"4.1.2",
95-
"4.2.0"
89+
"4.2.0",
90+
"4.3.1"
9691
],
9792
"yanked_versions": {}
9893
}

0 commit comments

Comments
 (0)