Skip to content

Commit

Permalink
Merge pull request #9765 from keymanapp/fix/ios/9764-fv-build-typo
Browse files Browse the repository at this point in the history
fix(ios): missing backslash in build script
  • Loading branch information
mcdurdin authored Oct 16, 2023
2 parents aefd24e + 0f116c8 commit 91e996f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oem/firstvoices/ios/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91e996f

Please sign in to comment.