Skip to content

Commit 33f2826

Browse files
Update device_db with iPhone 15 models and the latest iPad models we missed.
1 parent a203532 commit 33f2826

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ios-deploy/device_db.h

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ device_desc device_db[] = {
7171
ADD_DEVICE("J182AP", "iPad 9 (Cellular)", "iphoneos", "arm64e"),
7272
ADD_DEVICE("J407AP", "iPad Air 5", "iphoneos", "arm64e"),
7373
ADD_DEVICE("J408AP", "iPad Air 5 (Cellular)", "iphoneos", "arm64e"),
74+
ADD_DEVICE("J271AP", "iPad 10", "iphoneos", "arm64e"),
75+
ADD_DEVICE("J272AP", "iPad 10 (Cellular)", "iphoneos", "arm64e"),
7476

7577
// iPad Pro
7678

@@ -178,6 +180,10 @@ device_desc device_db[] = {
178180
ADD_DEVICE("D28AP", "iPhone 14 Plus", "iphoneos", "arm64e"),
179181
ADD_DEVICE("D73AP", "iPhone 14 Pro", "iphoneos", "arm64e"),
180182
ADD_DEVICE("D74AP", "iPhone 14 Pro Max", "iphoneos", "arm64e"),
183+
ADD_DEVICE("D37AP", "iPhone 15", "iphoneos", "arm64e"),
184+
ADD_DEVICE("D38AP", "iPhone 15 Plus", "iphoneos", "arm64e"),
185+
ADD_DEVICE("D83AP", "iPhone 15 Pro", "iphoneos", "arm64e"),
186+
ADD_DEVICE("D84AP", "iPhone 15 Pro Max", "iphoneos", "arm64e"),
181187

182188
// Apple TV
183189

@@ -192,3 +198,4 @@ device_desc device_db[] = {
192198
ADD_DEVICE("N121sAP","Apple Watch Series 3 (GPS)", "watchos", "armv7k"),
193199
ADD_DEVICE("N157bAP","Apple Watch Series 6", "watchos", "arm64"),
194200
};
201+

0 commit comments

Comments
 (0)