Skip to content

Commit 2ad5d58

Browse files
committed
feature: support Xcode 26 default mappings
1 parent 3219033 commit 2ad5d58

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

lib/xcode.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,26 @@ const simulatorDevicePairCompatibility = {
295295
'10.x': true, // watchOS 10.x
296296
'11.x': true, // watchOS 11.x
297297
}
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+
'9.x': true, // watchOS 9.x
308+
'10.x': true, // watchOS 10.x
309+
'11.x': true, // watchOS 11.x
310+
'26.x': true, // watchOS 26.x
311+
},
312+
'26.x': { // iOS 26.x
313+
'9.x': true, // watchOS 9.x
314+
'10.x': true, // watchOS 10.x
315+
'11.x': true, // watchOS 11.x
316+
'26.x': true, // watchOS 26.x
317+
},
298318
}
299319
};
300320

0 commit comments

Comments
 (0)