Skip to content

Commit 7596d3c

Browse files
authored
Merge pull request #239 from tidev/feature/xcode-16-1_7_X
feat: add Xcode 16 mappings
2 parents aa25f6c + d375039 commit 7596d3c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

lib/xcode.js

+26
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,32 @@ const simulatorDevicePairCompatibility = {
269269
'9.x': true, // watchOS 9.x
270270
'10.x': true // watchOS 10.x
271271
}
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+
'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+
},
286+
'17.x': { // iOS 18.x
287+
'8.x': true, // watchOS 8.x
288+
'9.x': true, // watchOS 9.x
289+
'10.x': true, // watchOS 10.x
290+
'11.x': true, // watchOS 11.x
291+
},
292+
'18.x': { // iOS 18.x
293+
'8.x': true, // watchOS 8.x
294+
'9.x': true, // watchOS 9.x
295+
'10.x': true, // watchOS 10.x
296+
'11.x': true, // watchOS 11.x
297+
}
272298
}
273299
};
274300

0 commit comments

Comments
 (0)