mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +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 )"
|
SCRIPT_DIR="$( cd "$(dirname "$0")" && pwd -P )"
|
||||||
cd "$SCRIPT_DIR/.."
|
cd "$SCRIPT_DIR/.."
|
||||||
./configure.sh git@github.com:organicmaps/organicmaps-keys
|
./configure.sh
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR"
|
||||||
|
|
||||||
IOS_BUILD=$($SCRIPT_DIR/../tools/unix/version.sh ios_build)
|
IOS_BUILD=$($SCRIPT_DIR/../tools/unix/version.sh ios_build)
|
||||||
@@ -23,7 +23,7 @@ rm -rf "$ARCHIVE_PATH"
|
|||||||
xcodebuild archive \
|
xcodebuild archive \
|
||||||
-workspace "$SCRIPT_DIR/../xcode/omim.xcworkspace" \
|
-workspace "$SCRIPT_DIR/../xcode/omim.xcworkspace" \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
-scheme OMaps \
|
-scheme CoMaps \
|
||||||
-destination generic/platform=iOS \
|
-destination generic/platform=iOS \
|
||||||
-archivePath "$ARCHIVE_PATH" \
|
-archivePath "$ARCHIVE_PATH" \
|
||||||
MARKETING_VERSION="$IOS_VERSION" \
|
MARKETING_VERSION="$IOS_VERSION" \
|
||||||
@@ -45,7 +45,7 @@ cat > "$PLIST" <<EOM
|
|||||||
<string>9Z6432XD7L</string>
|
<string>9Z6432XD7L</string>
|
||||||
<key>provisioningProfiles</key>
|
<key>provisioningProfiles</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>app.organicmaps</key>
|
<key>app.comaps</key>
|
||||||
<string>CarPlay AppStore</string>
|
<string>CarPlay AppStore</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user