From 90cccb1210faec2485ca094b4218fd646fc40551 Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Wed, 18 Oct 2023 10:01:03 +0700 Subject: [PATCH] fix(ios): cherrypicks FV ios build script fix --- oem/firstvoices/ios/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oem/firstvoices/ios/build.sh b/oem/firstvoices/ios/build.sh index 061d7b760e..03693589db 100755 --- a/oem/firstvoices/ios/build.sh +++ b/oem/firstvoices/ios/build.sh @@ -113,8 +113,8 @@ function do_build() { -exportArchive \ -archivePath "$ARCHIVE_PATH" \ -exportOptionsPlist exportAppStore.plist \ - -exportPath "$BUILD_PATH/${CONFIG}-iphoneos" - -allowProvisioningUpdates \ + -exportPath "$BUILD_PATH/${CONFIG}-iphoneos" \ + -allowProvisioningUpdates \ VERSION=$VERSION \ VERSION_WITH_TAG=$VERSION_WITH_TAG else