Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirma authored Sep 14, 2024
1 parent eba1381 commit ae00550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build & Test
env: DEVELOPER_DIR=/Applications/Xcode_16_beta_6.app
run: xcodebuild build test \
-scheme UIDeviceComplete \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5' \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO
env:
DEVELOPER_DIR: /Applications/Xcode_16_beta_6.app

0 comments on commit ae00550

Please sign in to comment.