From ecc454a2bda7e8e5404848b1ece0fb686b724a8b Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Wed, 18 Jun 2025 10:21:13 +0200 Subject: [PATCH] [iOS] Rename scheme in workflows after rebrand --- .forgejo/workflows/ios-check.yaml | 6 +++--- .github/workflows/ios-check.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ios-check.yaml b/.forgejo/workflows/ios-check.yaml index 85995725f..495cf4acd 100644 --- a/.forgejo/workflows/ios-check.yaml +++ b/.forgejo/workflows/ios-check.yaml @@ -41,7 +41,7 @@ jobs: LANG: en_US.UTF-8 # Fastlane complains that the terminal is using ASCII. LANGUAGE: en_US.UTF-8 LC_ALL: en_US.UTF-8 - TEST_RESULTS_BUNDLE_NAME: OMaps-Test-Results + TEST_RESULTS_BUNDLE_NAME: CoMaps-Test-Results strategy: fail-fast: false matrix: @@ -75,7 +75,7 @@ jobs: run: | xcodebuild test \ -workspace xcode/omim.xcworkspace \ - -scheme OMaps \ + -scheme CoMaps \ -configuration Debug \ -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest' \ @@ -98,7 +98,7 @@ jobs: run: | xcodebuild build \ -workspace xcode/omim.xcworkspace \ - -scheme OMaps \ + -scheme CoMaps \ -configuration Release \ -destination 'generic/platform=iOS' \ -quiet \ diff --git a/.github/workflows/ios-check.yaml b/.github/workflows/ios-check.yaml index 8908c26f5..b619a625f 100644 --- a/.github/workflows/ios-check.yaml +++ b/.github/workflows/ios-check.yaml @@ -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 \