We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa25f6c + d375039 commit 7596d3cCopy full SHA for 7596d3c
lib/xcode.js
@@ -269,6 +269,32 @@ const simulatorDevicePairCompatibility = {
269
'9.x': true, // watchOS 9.x
270
'10.x': true // watchOS 10.x
271
}
272
+ },
273
+ '16.x': { // Xcode 16.x
274
+ '15.x': { // iOS 15.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
+ '16.x': { // iOS 16.x
281
282
283
284
285
286
+ '17.x': { // iOS 18.x
287
288
289
290
291
292
+ '18.x': { // iOS 18.x
293
294
295
296
297
+ }
298
299
};
300
0 commit comments