Skip to content

Commit 6d4d684

Browse files
committed
Fix VisionOS and WatchOS CI
1 parent 5a1763b commit 6d4d684

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# To update, change version below, run bundle install, test,
22
# commit Gemfile and Gemfile.lock.
3+
34
source 'https://rubygems.org'
45

56
# To test CocoaPods pre-releases, update to a relevant commit or tag like below

scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,11 @@ tvos_flags=(
169169
-destination 'platform=tvOS Simulator,name=Apple TV'
170170
)
171171
watchos_flags=(
172+
-sdk 'watchsimulator'
172173
-destination 'platform=watchOS Simulator,name=Apple Watch Series 7 (45mm)'
173174
)
174175
visionos_flags=(
176+
-sdk 'xrsimulator'
175177
-destination 'platform=visionOS Simulator'
176178
)
177179
catalyst_flags=(

0 commit comments

Comments
 (0)