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 bf93045 commit 33ee3c8Copy full SHA for 33ee3c8
.github/workflows/ci.yml
@@ -19,6 +19,12 @@ jobs:
19
bundler-cache: true
20
- name: Select Xcode Version
21
run: sudo xcode-select --switch /Applications/Xcode_16.app/Contents/Developer
22
+ - name: Download visionOS
23
+ run: |
24
+ sudo xcodebuild -runFirstLaunch
25
+ sudo xcrun simctl list
26
+ sudo xcodebuild -downloadPlatform visionOS
27
28
- name: Lint Podspec
29
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=6.0
30
spm-16:
0 commit comments