Skip to content

Commit

Permalink
bundle identifier update
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusdust committed Jan 17, 2024
1 parent 7e55898 commit 30ba741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 30ba741

Please sign in to comment.