Skip to content

Commit 3a006ec

Browse files
[7.1.0] Update default visionOS CPU to sim_arm64 (#21240)
This is a follow-up to #20335. Given the fact that x86_64 isn't supported for visionOS, we should change the default to be sim_arm64 (the simulator version to follow the other CPU defaults we have). Closes #21150. Commit 6922aea PiperOrigin-RevId: 604910241 Change-Id: I1f60fd9ee61e74597a667d5e175887e78e668930 Co-authored-by: Patrick Balestra <[email protected]>
1 parent a64ed17 commit 3a006ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/builtins_bzl/common/objc/transitions.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ IOS_CPU_PREFIX = "ios_"
8383
VISIONOS_CPU_PREFIX = "visionos_"
8484
DARWIN_CPU_PREFIX = "darwin_"
8585
DEFAULT_IOS_CPU = "x86_64"
86-
DEFAULT_VISIONOS_CPU = "x86_64"
86+
DEFAULT_VISIONOS_CPU = "sim_arm64"
8787
DEFAULT_WATCHOS_CPU = "i386"
8888
DEFAULT_TVOS_CPU = "x86_64"
8989
DEFAULT_MACOS_CPU = "x86_64"

0 commit comments

Comments
 (0)