Skip to content

Commit d375039

Browse files
authored
chore: remove iOS Simulator 13 + 14 support
1 parent 39c4f02 commit d375039

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/xcode.js

-12
Original file line numberDiff line numberDiff line change
@@ -271,18 +271,6 @@ const simulatorDevicePairCompatibility = {
271271
}
272272
},
273273
'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-
},
286274
'15.x': { // iOS 15.x
287275
'8.x': true, // watchOS 8.x
288276
'9.x': true, // watchOS 9.x

0 commit comments

Comments
 (0)