Skip to content

Commit 574dc53

Browse files
authored
Update the test simulator to iPhone Xs
1 parent 569c8af commit 574dc53

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
@@ -118,7 +118,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
118118
else:
119119
return "simctl spawn 'iPhone 5'"
120120
else:
121-
return "simctl spawn 'iPhone 6s'"
121+
return "simctl spawn 'iPhone Xs'"
122122
elif run_os == 'tvos':
123123
return "simctl spawn 'Apple TV 4K'"
124124
elif run_os == 'watchos':

0 commit comments

Comments
 (0)