Skip to content

Commit f2495ac

Browse files
authored
Update the watchOS simulator to Apple Watch Series 3
1 parent 1e2dc99 commit f2495ac

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
@@ -117,7 +117,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
117117
elif run_os == 'tvos':
118118
return "simctl spawn 'Apple TV 4K'"
119119
elif run_os == 'watchos':
120-
return "simctl spawn 'Apple Watch - 42mm'"
120+
return "simctl spawn 'Apple Watch Series 3 - 38mm'"
121121
else:
122122
lit_config.fatal("Unknown simulator OS %r" % run_os)
123123

0 commit comments

Comments
 (0)