Skip to content

Commit

Permalink
chore: remove iOS Simulator 13 + 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn authored Jun 20, 2024
1 parent 39c4f02 commit d375039
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/xcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,18 +271,6 @@ const simulatorDevicePairCompatibility = {
}
},
'16.x': { // Xcode 16.x
'13.x': { // iOS 13.x
'8.x': true, // watchOS 8.x
'9.x': true, // watchOS 9.x
'10.x': true, // watchOS 10.x
'11.x': true, // watchOS 11.x
},
'14.x': { // iOS 14.x
'8.x': true, // watchOS 8.x
'9.x': true, // watchOS 9.x
'10.x': true, // watchOS 10.x
'11.x': true, // watchOS 11.x
},
'15.x': { // iOS 15.x
'8.x': true, // watchOS 8.x
'9.x': true, // watchOS 9.x
Expand Down

0 comments on commit d375039

Please sign in to comment.