Skip to content

Commit 49778a6

Browse files
committed
Add new iPhones, iPads, Mac, and introduce Vision Pro devices
1 parent 10aff84 commit 49778a6

4 files changed

Lines changed: 79 additions & 0 deletions

File tree

dataset/ipads.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,16 @@
194194
"processorFamily": "A16",
195195
"readableName": "iPad (11th generation) (WiFi+Cellular)"
196196
},
197+
"iPad16,1": {
198+
"deviceType": "Tablet",
199+
"processorFamily": "A17 Pro",
200+
"readableName": "iPad mini (7th generation) (WiFi)"
201+
},
202+
"iPad16,2": {
203+
"deviceType": "Tablet",
204+
"processorFamily": "A17 Pro",
205+
"readableName": "iPad mini (7th generation) (WiFi+Cellular)"
206+
},
197207
"iPad16,3": {
198208
"deviceType": "Tablet",
199209
"processorFamily": "M4",
@@ -214,6 +224,26 @@
214224
"processorFamily": "M4",
215225
"readableName": "iPad Pro 13-inch (5th generation) (WiFi+Cellular)"
216226
},
227+
"iPad17,1": {
228+
"deviceType": "Tablet",
229+
"processorFamily": "M5",
230+
"readableName": "iPad Pro 11-inch (8th generation) (WiFi)"
231+
},
232+
"iPad17,2": {
233+
"deviceType": "Tablet",
234+
"processorFamily": "M5",
235+
"readableName": "iPad Pro 11-inch (8th generation) (WiFi+Cellular)"
236+
},
237+
"iPad17,3": {
238+
"deviceType": "Tablet",
239+
"processorFamily": "M5",
240+
"readableName": "iPad Pro 13-inch (8th generation) (WiFi)"
241+
},
242+
"iPad17,4": {
243+
"deviceType": "Tablet",
244+
"processorFamily": "M5",
245+
"readableName": "iPad Pro 13-inch (8th generation) (WiFi+Cellular)"
246+
},
217247
"iPad2,1": {
218248
"deviceType": "Tablet",
219249
"processorFamily": "A5",

dataset/iphones.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,31 @@
184184
"processorFamily": "A18",
185185
"readableName": "iPhone 16 Plus"
186186
},
187+
"iPhone17,5": {
188+
"deviceType": "Phone",
189+
"processorFamily": "A18",
190+
"readableName": "iPhone 16e"
191+
},
192+
"iPhone18,1": {
193+
"deviceType": "Phone",
194+
"processorFamily": "A19 Pro",
195+
"readableName": "iPhone 17 Pro"
196+
},
197+
"iPhone18,2": {
198+
"deviceType": "Phone",
199+
"processorFamily": "A19 Pro",
200+
"readableName": "iPhone 17 Pro Max"
201+
},
202+
"iPhone18,3": {
203+
"deviceType": "Phone",
204+
"processorFamily": "A19",
205+
"readableName": "iPhone 17"
206+
},
207+
"iPhone18,4": {
208+
"deviceType": "Phone",
209+
"processorFamily": "A19",
210+
"readableName": "iPhone Air"
211+
},
187212
"iPhone2,1": {
188213
"deviceType": "Phone",
189214
"processorFamily": "S5L8920",

dataset/macs.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@
122122
"readableName": "MacBook Air (15-inch, M3, 2024)",
123123
"systemFirstRelease": "14.4"
124124
},
125+
"Mac15,14": {
126+
"deviceType": "Desktop",
127+
"processorFamily": "M3 Ultra",
128+
"processorType": "Apple Silicon",
129+
"readableName": "Mac Studio (M3 Ultra, 2025)",
130+
"systemFirstRelease": "15.3.1"
131+
},
125132
"Mac15,3": {
126133
"deviceType": "Laptop",
127134
"processorFamily": "M3",
@@ -255,6 +262,13 @@
255262
"readableName": "Mac Studio (2025)",
256263
"systemFirstRelease": "15.0"
257264
},
265+
"Mac17,2": {
266+
"deviceType": "Laptop",
267+
"processorFamily": "M5",
268+
"processorType": "Apple Silicon",
269+
"readableName": "MacBook Pro (14-inch, M5, 2025)",
270+
"systemFirstRelease": "15.1"
271+
},
258272
"MacBook10,1": {
259273
"deviceType": "Laptop",
260274
"processorType": "Intel",

dataset/other.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"RealityDevice14,1": {
3+
"deviceType": "Headset",
4+
"processorFamily": "M2",
5+
"readableName": "Apple Vision Pro (M2, 2024)"
6+
},
7+
"RealityDevice17,1": {
8+
"deviceType": "Headset",
9+
"processorFamily": "M5",
10+
"readableName": "Apple Vision Pro (M5, 2025)"
11+
},
212
"iPod1,1": {
313
"readableName": "iPod touch"
414
},

0 commit comments

Comments
 (0)