From 368a5d1dc592a11ff4e270d4b67b0f27a6fe305e Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 31 Jan 2024 15:10:33 -0800 Subject: [PATCH] chore: ignore vision when doing ios build --- build_all_ios.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_all_ios.sh b/build_all_ios.sh index 97911bd4..e42d72af 100755 --- a/build_all_ios.sh +++ b/build_all_ios.sh @@ -4,7 +4,7 @@ set -e rm -rf ./dist ./update_version.sh ./build_metadata_generator.sh -./build_nativescript.sh -./build_tklivesync.sh +BUILD_VISION=false ./build_nativescript.sh +BUILD_VISION=false ./build_tklivesync.sh ./prepare_dSYMs.sh ./build_npm_ios.sh \ No newline at end of file