[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

@@ -74,7 +74,7 @@ jobs:
shell: bash
run: |
xcodebuild test \
-workspace xcode/omim.xcworkspace \
-workspace xcode/CoMaps.xcworkspace \
-scheme CoMaps \
-configuration Debug \
-sdk iphonesimulator \
@@ -97,7 +97,7 @@ jobs:
shell: bash
run: |
xcodebuild build \
-workspace xcode/omim.xcworkspace \
-workspace xcode/CoMaps.xcworkspace \
-scheme CoMaps \
-configuration Release \
-destination 'generic/platform=iOS' \