We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3219033 commit 2ad5d58Copy full SHA for 2ad5d58
lib/xcode.js
@@ -295,6 +295,26 @@ const simulatorDevicePairCompatibility = {
295
'10.x': true, // watchOS 10.x
296
'11.x': true, // watchOS 11.x
297
}
298
+ },
299
+ '26.x': { // Xcode 26.x
300
+ '17.x': { // iOS 17.x
301
+ '9.x': true, // watchOS 9.x
302
+ '10.x': true, // watchOS 10.x
303
+ '11.x': true, // watchOS 11.x
304
+ '26.x': true, // watchOS 26.x
305
306
+ '18.x': { // iOS 18.x
307
308
309
310
311
312
+ '26.x': { // iOS 26.x
313
314
315
316
317
318
319
};
320
0 commit comments