File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11-
1211 runs-on : macos-latest
13-
1412 steps :
1513 - uses : actions/checkout@v2
16-
1714 - name : Select Xcode Version
1815 uses : maxim-lobanov/setup-xcode@v1
1916 with :
2017 xcode-version : latest-stable
21-
2218 - name : Show eligible build destinations
2319 run : xcodebuild -showdestinations -scheme CodeScanner
2420 - name : Build ( iOS)
2521 run : xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 13 Pro'
22+ - name : Build ( visionOS)
23+ run : xcodebuild build -scheme CodeScanner -destination 'platform=visionOS Simulator,OS=latest,name=Apple Vision Pro'
2624 - name : Build ( mac Catalyst)
2725 run : xcodebuild build -scheme CodeScanner -destination 'platform=macOS,arch=x86_64,variant=Mac Catalyst'
You can’t perform that action at this time.
0 commit comments