Skip to content

Commit

Permalink
iPhone 15
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndalpha committed Dec 18, 2024
1 parent 7abf38b commit 44c54ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
xcode-version: '15.0.1'

- name: Test on iOS
run: set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-iOS -destination 'platform=iOS Simulator,name=iPhone 11 Pro' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build test | xcpretty --color
run: set -o pipefail && xcodebuild -project QminderAPI.xcodeproj -scheme QminderAPI-iOS -destination 'platform=iOS Simulator,name=iPhone 15 Pro' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build test | xcpretty --color
env:
QMINDER_LOCATION_ID: ${{ secrets.QMINDER_LOCATION_ID }}
QMINDER_API_KEY: ${{ secrets.QMINDER_API_KEY }}
Expand Down

0 comments on commit 44c54ff

Please sign in to comment.