Skip to content

Commit

Permalink
[lit] Update the iPhone device
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Sep 19, 2019
1 parent 3b0cf9e commit d2b8c46
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 @@ -118,7 +118,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
else:
return "simctl spawn --standalone 'iPhone 5'"
else:
return "simctl spawn --standalone 'iPhone Xs'"
return "simctl spawn --standalone 'iPhone 11'"
elif run_os == 'tvos':
return "simctl spawn --standalone 'Apple TV 4K'"
elif run_os == 'watchos':
Expand Down

0 comments on commit d2b8c46

Please sign in to comment.