We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b103876 commit 5f44e30Copy full SHA for 5f44e30
.github/workflows/run-tests-WaterfallGridSample.yml
@@ -48,5 +48,8 @@ jobs:
48
- name: Build (tvOS)
49
run: xcodebuild build -scheme WaterfallGrid -destination "platform=tvOS Simulator,OS=17.5,name=Apple TV" | xcpretty
50
51
+ - name: Build (visionOS)
52
+ run: xcodebuild build -scheme WaterfallGrid -destination "platform=visionOS Simulator,OS=1.2,name=Apple Vision Pro" | xcpretty
53
+
54
- name: Build (watchOS)
55
run: xcodebuild build -scheme WaterfallGrid -destination "platform=watchOS Simulator,OS=10.5,name=Apple Watch Ultra 2 (49mm)" | xcpretty
0 commit comments