We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3936070 commit e24bd5aCopy full SHA for e24bd5a
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Show eligible build destinations
19
run: xcodebuild -showdestinations -scheme CodeScanner
20
- name: Build ( iOS)
21
- run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 13 Pro'
+ run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 16 Pro'
22
- name: Build ( visionOS)
23
run: xcodebuild build -scheme CodeScanner -destination 'platform=visionOS Simulator,OS=latest,name=Apple Vision Pro'
24
- name: Build ( mac Catalyst)
0 commit comments