File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments