Skip to content

Commit 603a501

Browse files
committed
fix: pass engine flag through to build_nativescript.sh
1 parent 66b2da2 commit 603a501

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build_all_ios.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ set -e
33

44
rm -rf ./dist
55
# don't run if NO_UPDATE_VERSION is set
6-
if [ -z "$NO_UPDATE_VERSION" ]; then
7-
./update_version.sh
8-
fi
6+
# if [ -z "$NO_UPDATE_VERSION" ]; then
7+
# TODO: integrate version into runtime
8+
# ./update_version.sh
9+
# fi
910
./build_metadata_generator.sh
10-
./build_nativescript.sh --no-vision
11+
./build_nativescript.sh --no-vision $1
1112
./build_tklivesync.sh --no-vision
1213
./prepare_dSYMs.sh
1314
./build_npm_ios.sh

0 commit comments

Comments
 (0)