mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-22 16:27:41 +00:00
fix(ios): cherrypicks FV ios build script fix
This commit is contained in:
parent
275202c69f
commit
90cccb1210
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue