Skip to content

Commit b3deedb

Browse files
Upgrade rules_apple to 2.2.0 (#1916)
Not bumping in `MODULE.bazel` because we don’t require any of the changes. Signed-off-by: Brentley Jones <[email protected]>
1 parent 751d835 commit b3deedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcodeproj/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ def xcodeproj_rules_dependencies(
127127

128128
is_bazel_6 = hasattr(apple_common, "link_multi_arch_static_library")
129129
if is_bazel_6:
130-
rules_apple_sha256 = "3e2c7ae0ddd181c4053b6491dad1d01ae29011bc322ca87eea45957c76d3a0c3"
131-
rules_apple_version = "2.1.0"
130+
rules_apple_sha256 = "9e26307516c4d5f2ad4aee90ac01eb8cd31f9b8d6ea93619fc64b3cbc81b0944"
131+
rules_apple_version = "2.2.0"
132132
else:
133133
rules_apple_sha256 = "f94e6dddf74739ef5cb30f000e13a2a613f6ebfa5e63588305a71fce8a8a9911"
134134
rules_apple_version = "1.1.3"

0 commit comments

Comments
 (0)