Skip to content

Commit

Permalink
feat: add Xcode 16 mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Jun 10, 2024
1 parent 18d821d commit 39c4f02
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions lib/xcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,44 @@ const simulatorDevicePairCompatibility = {
'9.x': true, // watchOS 9.x
'10.x': true // watchOS 10.x
}
},
'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
'10.x': true, // watchOS 10.x
'11.x': true, // watchOS 11.x
},
'16.x': { // iOS 16.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
},
'17.x': { // iOS 18.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
},
'18.x': { // iOS 18.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
}
}
};

Expand Down

0 comments on commit 39c4f02

Please sign in to comment.