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 ded8566 commit f17af8cCopy full SHA for f17af8c
scripts/gha/build_ios_tvos.py
@@ -32,7 +32,7 @@
32
python3 scripts/gha/build_ios_tvos.py -t firebase_auth firebase_database
33
34
# Build for specific architectures
35
-python3 scripts/gha/build_ios_tvos.py -p arm64 -t firebase_remote_config
+python3 scripts/gha/build_ios_tvos.py -a arm64 -t firebase_remote_config
36
"""
37
38
import argparse
0 commit comments