[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:
Yannik Bloscheck
2025-06-20 13:12:09 +02:00
committed by Yannik Bloscheck
parent 2b2ee51923
commit bb03e9334c
9 changed files with 121 additions and 18 deletions

View File

@@ -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>