Skip to content

Commit e6ed2b3

Browse files
authored
[Infra] Use watchOS device when using scripts/build.sh for watchOS (#10082)
* [Infra] Use watchOS device when using `scripts/build.sh` for watchOS * Run all CI * Undo Gemfile change and finish fix
1 parent cc44ad5 commit e6ed2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ tvos_flags=(
166166
-destination 'platform=tvOS Simulator,name=Apple TV'
167167
)
168168
watchos_flags=(
169-
-destination 'platform=iOS Simulator,name=iPhone 13 Pro'
169+
-destination 'platform=WatchOS Simulator,name=Apple Watch Series 7 - 45mm'
170170
)
171171
catalyst_flags=(
172172
ARCHS=x86_64 VALID_ARCHS=x86_64 SUPPORTS_MACCATALYST=YES -sdk macosx

0 commit comments

Comments
 (0)