Skip to content

Commit

Permalink
Update default visionOS CPU to sim_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Jan 31, 2024
1 parent 3491250 commit c8e069a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/builtins_bzl/common/objc/transitions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ IOS_CPU_PREFIX = "ios_"
VISIONOS_CPU_PREFIX = "visionos_"
DARWIN_CPU_PREFIX = "darwin_"
DEFAULT_IOS_CPU = "x86_64"
DEFAULT_VISIONOS_CPU = "x86_64"
DEFAULT_VISIONOS_CPU = "sim_arm64"
DEFAULT_WATCHOS_CPU = "i386"
DEFAULT_TVOS_CPU = "x86_64"
DEFAULT_MACOS_CPU = "x86_64"
Expand Down

0 comments on commit c8e069a

Please sign in to comment.