|
127 | 127 | EXPANDED_KEY: { |
128 | 128 | "ssl_lib": ["openssl", "boringssl"], |
129 | 129 | "android_device": ["android_target", "android_latest", "emulator_ftl_target", "emulator_ftl_latest"], |
130 | | - "ios_device": ["ios_min", "ios_target", "ios_latest", "simulator_min", "simulator_target", "simulator_latest"], |
| 130 | + "ios_device": ["ios_target", "simulator_target"], |
131 | 131 | "tvos_device": ["tvos_simulator"], |
132 | 132 | "architecture_windows_linux": ["x64", "x86"], |
133 | 133 | "architecture_macos": ["x64"], |
|
204 | 204 | "emulator_target": [ {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"} ], |
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 | | - "ios_min": [ |
208 | | - # Slightly different OS versions because of limited FTL selection. |
209 | | - {"type": "ftl", "device": "model=iphone14pro,version=16.6"}, |
210 | | - {"type": "ftl", "device": "model=iphone8,version=16.6"}, |
211 | | - ], |
212 | 207 | "ios_target": [ |
213 | 208 | # Slightly different OS versions because of limited FTL selection. |
214 | 209 | {"type": "ftl", "device": "model=iphone14pro,version=16.6"}, |
215 | 210 | {"type": "ftl", "device": "model=iphone11pro,version=16.6"}, |
216 | 211 | {"type": "ftl", "device": "model=iphone8,version=16.6"}, |
217 | 212 | {"type": "ftl", "device": "model=ipad10,version=16.6"}, |
218 | 213 | ], |
219 | | - "ios_latest": [ |
220 | | - {"type": "ftl", "device": "model=iphone16pro,version=18.3"}, |
221 | | - ], |
222 | | - "simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ], |
223 | 214 | "simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ], |
224 | | - "simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Pro", "version":"17.4"} ], |
225 | 215 | "tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"17.2"} ], |
226 | 216 | } |
227 | 217 |
|
|
0 commit comments