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 39c4f02 commit d375039Copy full SHA for d375039
lib/xcode.js
@@ -271,18 +271,6 @@ const simulatorDevicePairCompatibility = {
271
}
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
282
283
284
285
286
'15.x': { // iOS 15.x
287
'8.x': true, // watchOS 8.x
288
'9.x': true, // watchOS 9.x
0 commit comments