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):
96
96
else :
97
97
return "simctl spawn --standalone 'iPhone 5'"
98
98
else :
99
- return "simctl spawn --standalone 'iPhone 12 '"
99
+ return "simctl spawn --standalone 'iPhone 15 '"
100
100
elif run_os == 'tvos' :
101
101
return "simctl spawn --standalone 'Apple TV'"
102
102
elif run_os == 'watchos' :
@@ -110,7 +110,7 @@ def get_simulator_command(run_os, run_cpu):
110
110
else :
111
111
return "simctl spawn --standalone 'Apple Watch Series 2 - 42mm'"
112
112
else :
113
- return "simctl spawn --standalone 'Apple Watch Series 5 - 44mm '"
113
+ return "simctl spawn --standalone 'Apple Watch Series 9 (45mm) '"
114
114
else :
115
115
lit_config .fatal ("Unknown simulator OS %r" % run_os )
116
116
You can’t perform that action at this time.
0 commit comments