mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[ios] Update AppStore upload script
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
3952f34d7f
commit
7df2188212
@@ -6,7 +6,7 @@ set -euxo pipefail
|
||||
|
||||
SCRIPT_DIR="$( cd "$(dirname "$0")" && pwd -P )"
|
||||
cd "$SCRIPT_DIR/.."
|
||||
./configure.sh git@github.com:organicmaps/organicmaps-keys
|
||||
./configure.sh
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
IOS_BUILD=$($SCRIPT_DIR/../tools/unix/version.sh ios_build)
|
||||
@@ -23,7 +23,7 @@ rm -rf "$ARCHIVE_PATH"
|
||||
xcodebuild archive \
|
||||
-workspace "$SCRIPT_DIR/../xcode/omim.xcworkspace" \
|
||||
-configuration Release \
|
||||
-scheme OMaps \
|
||||
-scheme CoMaps \
|
||||
-destination generic/platform=iOS \
|
||||
-archivePath "$ARCHIVE_PATH" \
|
||||
MARKETING_VERSION="$IOS_VERSION" \
|
||||
@@ -45,7 +45,7 @@ cat > "$PLIST" <<EOM
|
||||
<string>9Z6432XD7L</string>
|
||||
<key>provisioningProfiles</key>
|
||||
<dict>
|
||||
<key>app.organicmaps</key>
|
||||
<key>app.comaps</key>
|
||||
<string>CarPlay AppStore</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user