Skip to content

Commit 07f889f

Browse files
authored
Merge pull request #39005 from apple/shahmishal-patch-1
Update the Simulator device to iPhone 12
2 parents b201d48 + d195b09 commit 07f889f

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
@@ -99,7 +99,7 @@ def get_simulator_command(run_os, run_cpu):
9999
else:
100100
return "simctl spawn --standalone 'iPhone 5'"
101101
else:
102-
return "simctl spawn --standalone 'iPhone 8'"
102+
return "simctl spawn --standalone 'iPhone 12'"
103103
elif run_os == 'tvos':
104104
return "simctl spawn --standalone 'Apple TV'"
105105
elif run_os == 'watchos':

0 commit comments

Comments
 (0)