Skip to content

Commit

Permalink
Update the Apple Watch Simulator to Series 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Oct 10, 2020
1 parent 301fa01 commit 2324ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
elif run_os == 'tvos':
return "simctl spawn --standalone 'Apple TV 4K'"
elif run_os == 'watchos':
return "simctl spawn --standalone 'Apple Watch Series 4 - 44mm'"
return "simctl spawn --standalone 'Apple Watch Series 5 - 44mm'"
else:
lit_config.fatal("Unknown simulator OS %r" % run_os)

Expand Down

0 comments on commit 2324ace

Please sign in to comment.