We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ffb4e commit f4d664bCopy full SHA for f4d664b
build_scripts/tvos/build.sh
@@ -24,7 +24,7 @@ set -e
24
readonly SUPPORTED_PLATFORMS=(device simulator)
25
readonly SUPPORTED_ARCHITECTURES=(arm64 x86_64)
26
readonly DEVICE_ARCHITECTURES=(arm64)
27
-readonly SIMULATOR_ARCHITECTURES=(arm64 x86_64)
+readonly SIMULATOR_ARCHITECTURES=(x86_64)
28
readonly SUPPORTED_TARGETS=(firebase_analytics firebase_auth firebase_database firebase_firestore firebase_functions firebase_installations firebase_messaging firebase_remote_config firebase_storage)
29
30
# build default value
0 commit comments