Skip to content

Commit 9434072

Browse files
authored
Merge pull request swiftlang#34293 from apple/shahmishal/5.3/update-watchos-sim
[5.3] Update the Apple Watch Simulator to Series 5
2 parents 2ee8fe4 + afc8522 commit 9434072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
122122
elif run_os == 'tvos':
123123
return "simctl spawn --standalone 'Apple TV 4K'"
124124
elif run_os == 'watchos':
125-
return "simctl spawn --standalone 'Apple Watch Series 4 - 44mm'"
125+
return "simctl spawn --standalone 'Apple Watch Series 5 - 44mm'"
126126
else:
127127
lit_config.fatal("Unknown simulator OS %r" % run_os)
128128

0 commit comments

Comments
 (0)