Skip to content

Commit 029caf6

Browse files
authored
Merge pull request #72304 from apple/bump-the-simulator-version-iphone-watch
Update the simulator version for iPhone and Apple Watch
2 parents 71e0041 + ebedb37 commit 029caf6

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
@@ -96,7 +96,7 @@ def get_simulator_command(run_os, run_cpu):
9696
else:
9797
return "simctl spawn --standalone 'iPhone 5'"
9898
else:
99-
return "simctl spawn --standalone 'iPhone 12'"
99+
return "simctl spawn --standalone 'iPhone 15'"
100100
elif run_os == 'tvos':
101101
return "simctl spawn --standalone 'Apple TV'"
102102
elif run_os == 'watchos':
@@ -110,7 +110,7 @@ def get_simulator_command(run_os, run_cpu):
110110
else:
111111
return "simctl spawn --standalone 'Apple Watch Series 2 - 42mm'"
112112
else:
113-
return "simctl spawn --standalone 'Apple Watch Series 5 - 44mm'"
113+
return "simctl spawn --standalone 'Apple Watch Series 9 (45mm)'"
114114
else:
115115
lit_config.fatal("Unknown simulator OS %r" % run_os)
116116

0 commit comments

Comments
 (0)