mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[ios] Renamed Xcode workspace (and fixed a few little things, that were missed before)
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
2b2ee51923
commit
bb03e9334c
@@ -21,7 +21,7 @@ rm -rf "$ARCHIVE_PATH"
|
||||
|
||||
# Build release archive.
|
||||
xcodebuild archive \
|
||||
-workspace "$SCRIPT_DIR/../xcode/omim.xcworkspace" \
|
||||
-workspace "$SCRIPT_DIR/../xcode/CoMaps.xcworkspace" \
|
||||
-configuration Release \
|
||||
-scheme CoMaps \
|
||||
-destination generic/platform=iOS \
|
||||
@@ -42,7 +42,7 @@ cat > "$PLIST" <<EOM
|
||||
<key>method</key>
|
||||
<string>app-store</string>
|
||||
<key>teamID</key>
|
||||
<string>9Z6432XD7L</string>
|
||||
<string>534D2KJBUK</string>
|
||||
<key>provisioningProfiles</key>
|
||||
<dict>
|
||||
<key>app.comaps</key>
|
||||
|
||||
Reference in New Issue
Block a user