Skip to content

Commit f4d664b

Browse files
committed
tvos simulator config is only x86_64
1 parent 62ffb4e commit f4d664b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/tvos/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -e
2424
readonly SUPPORTED_PLATFORMS=(device simulator)
2525
readonly SUPPORTED_ARCHITECTURES=(arm64 x86_64)
2626
readonly DEVICE_ARCHITECTURES=(arm64)
27-
readonly SIMULATOR_ARCHITECTURES=(arm64 x86_64)
27+
readonly SIMULATOR_ARCHITECTURES=(x86_64)
2828
readonly SUPPORTED_TARGETS=(firebase_analytics firebase_auth firebase_database firebase_firestore firebase_functions firebase_installations firebase_messaging firebase_remote_config firebase_storage)
2929

3030
# build default value

0 commit comments

Comments
 (0)