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 318339e commit d38db56Copy full SHA for d38db56
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Show eligible build destinations
23
run: xcodebuild -showdestinations -scheme CodeScanner
24
- - name: Build ( mac Catalyst 12.0)
+ - name: Build ( iOS)
25
+ run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 13 Pro'
26
+ - name: Build ( mac Catalyst)
27
run: xcodebuild build -scheme CodeScanner -destination 'platform=macOS,arch=x86_64,variant=Mac Catalyst'
- - name: Build ( iOS 15.0)
- run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12 Pro'
0 commit comments