|
205 | 205 | "emulator_latest": [ {"type": "virtual", "image":"system-images;android-32;google_apis;x86_64"} ],
|
206 | 206 | "emulator_32bit": [ {"type": "virtual", "image":"system-images;android-30;google_apis;x86"} ],
|
207 | 207 | "ios_min": [
|
208 |
| - # Slightly different OS versions because of limited FTL selection. |
209 |
| - {"type": "ftl", "device": "model=iphone8,version=14.7"}, |
210 |
| - {"type": "ftl", "device": "model=iphone11pro,version=14.7"}, |
211 |
| - {"type": "ftl", "device": "model=iphone12pro,version=14.8"}, |
212 |
| - ], |
213 |
| - "ios_target": [ |
214 | 208 | # Slightly different OS versions because of limited FTL selection.
|
215 | 209 | {"type": "ftl", "device": "model=iphone13pro,version=15.7"},
|
216 | 210 | {"type": "ftl", "device": "model=iphone8,version=15.7"},
|
217 | 211 | ],
|
218 |
| - "ios_latest": [ |
| 212 | + "ios_target": [ |
| 213 | + # Slightly different OS versions because of limited FTL selection. |
219 | 214 | {"type": "ftl", "device": "model=iphone14pro,version=16.6"},
|
220 | 215 | {"type": "ftl", "device": "model=iphone11pro,version=16.6"},
|
221 | 216 | {"type": "ftl", "device": "model=iphone8,version=16.6"},
|
222 | 217 | {"type": "ftl", "device": "model=ipad10,version=16.6"},
|
223 | 218 | ],
|
| 219 | + "ios_latest": [ |
| 220 | + {"type": "ftl", "device": "model=iphone15,version=18.0"}, |
| 221 | + {"type": "ftl", "device": "model=iphone15pro,version=18.0"}, |
| 222 | + ], |
224 | 223 | "simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ],
|
225 | 224 | "simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
|
226 |
| - "simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Plus", "version":"17.4"} ], |
| 225 | + "simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Pro", "version":"17.4"} ], |
227 | 226 | "tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ],
|
228 | 227 | }
|
229 | 228 |
|
|
0 commit comments