Skip to content

Commit 70cb3ca

Browse files
authored
Merge pull request swiftlang#28096 from apple/shahmishal/5.1-update-lit-sim
[5.1] Update the simulator for lit test to use iPhone 8
2 parents 6a2efc3 + 7ce1740 commit 70cb3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
118118
else:
119119
return "simctl spawn --standalone 'iPhone 5'"
120120
else:
121-
return "simctl spawn --standalone 'iPhone Xs'"
121+
return "simctl spawn --standalone 'iPhone 8'"
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 3 - 38mm'"
125+
return "simctl spawn --standalone 'Apple Watch Series 4 - 44mm'"
126126
else:
127127
lit_config.fatal("Unknown simulator OS %r" % run_os)
128128

0 commit comments

Comments
 (0)