Skip to content

Commit 2324ace

Browse files
authored
Update the Apple Watch Simulator to Series 5
1 parent 301fa01 commit 2324ace

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
@@ -94,7 +94,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
9494
elif run_os == 'tvos':
9595
return "simctl spawn --standalone 'Apple TV 4K'"
9696
elif run_os == 'watchos':
97-
return "simctl spawn --standalone 'Apple Watch Series 4 - 44mm'"
97+
return "simctl spawn --standalone 'Apple Watch Series 5 - 44mm'"
9898
else:
9999
lit_config.fatal("Unknown simulator OS %r" % run_os)
100100

0 commit comments

Comments
 (0)