Skip to content

Commit 12da0b4

Browse files
committed
Use default archs (which should be arm64 nowadays
1 parent 8894de6 commit 12da0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_catalyst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ args=(
5050
# Specify the app if all test should run. Otherwise, specify the test scheme.
5151
"-scheme" "$scheme"
5252
# Specify Catalyst.
53-
"ARCHS=x86_64" "VALID_ARCHS=x86_64" "SUPPORTS_MACCATALYST=YES"
53+
"SUPPORTS_MACCATALYST=YES"
5454
# Run on macOS.
5555
"-sdk" "macosx" "-destination platform=\"OS X\"" "TARGETED_DEVICE_FAMILY=2"
5656
# Disable signing.

0 commit comments

Comments
 (0)