From 30ba741975d112c6f0d2208dcacec5e43f7b05db Mon Sep 17 00:00:00 2001 From: Nihal Date: Wed, 17 Jan 2024 11:03:36 +0200 Subject: [PATCH] bundle identifier update --- codemagic.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codemagic.yaml b/codemagic.yaml index 9d6361142a4..280a255beba 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -25,9 +25,9 @@ definitions: script: brew install clang-format swiftlint || brew upgrade clang-format swiftlint - name: Installing scripts script: ./scripts/setup - - name: Building projects - script: | - time xcodebuild clean build -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO + # - name: Building projects + # script: | + # time xcodebuild clean build -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO - name: Running tests script: | time xcodebuild clean test -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2'