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 66b2da2 commit 603a501Copy full SHA for 603a501
build_all_ios.sh
@@ -3,11 +3,12 @@ set -e
3
4
rm -rf ./dist
5
# don't run if NO_UPDATE_VERSION is set
6
-if [ -z "$NO_UPDATE_VERSION" ]; then
7
- ./update_version.sh
8
-fi
+# if [ -z "$NO_UPDATE_VERSION" ]; then
+ # TODO: integrate version into runtime
+ # ./update_version.sh
9
+# fi
10
./build_metadata_generator.sh
-./build_nativescript.sh --no-vision
11
+./build_nativescript.sh --no-vision $1
12
./build_tklivesync.sh --no-vision
13
./prepare_dSYMs.sh
14
./build_npm_ios.sh
0 commit comments