[iOS] Rename scheme in workflows after rebrand

This commit is contained in:
Yannik Bloscheck
2025-06-18 10:21:13 +02:00
parent 0051c7120d
commit ecc454a2bd
2 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ jobs:
xcrun simctl bootstatus "${{ env.SIMULATOR_DEVICE }}" -b
xcodebuild test \
-workspace xcode/omim.xcworkspace \
-scheme OMaps \
-scheme CoMaps \
-configuration Debug \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=${{ env.SIMULATOR_DEVICE }},OS=latest" \
@@ -79,7 +79,7 @@ jobs:
run: |
xcodebuild build \
-workspace xcode/omim.xcworkspace \
-scheme OMaps \
-scheme CoMaps \
-configuration Release \
-destination 'generic/platform=iOS' \
-quiet \