Skip to content

Commit 39c4f02

Browse files
committed
feat: add Xcode 16 mappings
1 parent 18d821d commit 39c4f02

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

lib/xcode.js

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,44 @@ const simulatorDevicePairCompatibility = {
269269
'9.x': true, // watchOS 9.x
270270
'10.x': true // watchOS 10.x
271271
}
272+
},
273+
'16.x': { // Xcode 16.x
274+
'13.x': { // iOS 13.x
275+
'8.x': true, // watchOS 8.x
276+
'9.x': true, // watchOS 9.x
277+
'10.x': true, // watchOS 10.x
278+
'11.x': true, // watchOS 11.x
279+
},
280+
'14.x': { // iOS 14.x
281+
'8.x': true, // watchOS 8.x
282+
'9.x': true, // watchOS 9.x
283+
'10.x': true, // watchOS 10.x
284+
'11.x': true, // watchOS 11.x
285+
},
286+
'15.x': { // iOS 15.x
287+
'8.x': true, // watchOS 8.x
288+
'9.x': true, // watchOS 9.x
289+
'10.x': true, // watchOS 10.x
290+
'11.x': true, // watchOS 11.x
291+
},
292+
'16.x': { // iOS 16.x
293+
'8.x': true, // watchOS 8.x
294+
'9.x': true, // watchOS 9.x
295+
'10.x': true, // watchOS 10.x
296+
'11.x': true, // watchOS 11.x
297+
},
298+
'17.x': { // iOS 18.x
299+
'8.x': true, // watchOS 8.x
300+
'9.x': true, // watchOS 9.x
301+
'10.x': true, // watchOS 10.x
302+
'11.x': true, // watchOS 11.x
303+
},
304+
'18.x': { // iOS 18.x
305+
'8.x': true, // watchOS 8.x
306+
'9.x': true, // watchOS 9.x
307+
'10.x': true, // watchOS 10.x
308+
'11.x': true, // watchOS 11.x
309+
}
272310
}
273311
};
274312

0 commit comments

Comments
 (0)