Skip to content

Commit 1e69a29

Browse files
committed
Add new watches and iPhone 17e
1 parent 51cea39 commit 1e69a29

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

dataset/iphones.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
"processorFamily": "A19",
210210
"readableName": "iPhone Air"
211211
},
212+
"iPhone18,5": {
213+
"deviceType": "Phone",
214+
"processorFamily": "A19",
215+
"readableName": "iPhone 17e"
216+
},
212217
"iPhone2,1": {
213218
"deviceType": "Phone",
214219
"processorFamily": "S5L8920",

dataset/wearables.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,66 @@
199199
"processorFamily": "S9",
200200
"readableName": "Apple Watch Series 9 (41 mm)"
201201
},
202+
"Watch7,10": {
203+
"deviceType": "Wearable",
204+
"processorFamily": "S10",
205+
"readableName": "Apple Watch Series 10 (42 mm, LTE)"
206+
},
207+
"Watch7,11": {
208+
"deviceType": "Wearable",
209+
"processorFamily": "S10",
210+
"readableName": "Apple Watch Series 10 (46 mm, LTE)"
211+
},
212+
"Watch7,12": {
213+
"deviceType": "Wearable",
214+
"processorFamily": "S10",
215+
"readableName": "Apple Watch Ultra 3 (49 mm)"
216+
},
217+
"Watch7,13": {
218+
"deviceType": "Wearable",
219+
"processorFamily": "S10",
220+
"readableName": "Apple Watch SE (3rd generation) (40 mm)"
221+
},
222+
"Watch7,14": {
223+
"deviceType": "Wearable",
224+
"processorFamily": "S10",
225+
"readableName": "Apple Watch SE (3rd generation) (44 mm)"
226+
},
227+
"Watch7,15": {
228+
"deviceType": "Wearable",
229+
"processorFamily": "S10",
230+
"readableName": "Apple Watch SE (3rd generation) (40 mm, LTE)"
231+
},
232+
"Watch7,16": {
233+
"deviceType": "Wearable",
234+
"processorFamily": "S10",
235+
"readableName": "Apple Watch SE (3rd generation) (44 mm, LTE)"
236+
},
237+
"Watch7,17": {
238+
"deviceType": "Wearable",
239+
"processorFamily": "S10",
240+
"readableName": "Apple Watch Series 11 (42 mm)"
241+
},
242+
"Watch7,18": {
243+
"deviceType": "Wearable",
244+
"processorFamily": "S10",
245+
"readableName": "Apple Watch Series 11 (46 mm)"
246+
},
247+
"Watch7,19": {
248+
"deviceType": "Wearable",
249+
"processorFamily": "S10",
250+
"readableName": "Apple Watch Series 11 (42 mm, LTE)"
251+
},
202252
"Watch7,2": {
203253
"deviceType": "Wearable",
204254
"processorFamily": "S9",
205255
"readableName": "Apple Watch Series 9 (45 mm)"
206256
},
257+
"Watch7,20": {
258+
"deviceType": "Wearable",
259+
"processorFamily": "S10",
260+
"readableName": "Apple Watch Series 11 (46 mm, LTE)"
261+
},
207262
"Watch7,3": {
208263
"deviceType": "Wearable",
209264
"processorFamily": "S9",
@@ -216,7 +271,17 @@
216271
},
217272
"Watch7,5": {
218273
"deviceType": "Wearable",
219-
"processorFamily": "S8",
274+
"processorFamily": "S9",
220275
"readableName": "Apple Watch Ultra 2 (49 mm)"
276+
},
277+
"Watch7,8": {
278+
"deviceType": "Wearable",
279+
"processorFamily": "S10",
280+
"readableName": "Apple Watch Series 10 (42 mm)"
281+
},
282+
"Watch7,9": {
283+
"deviceType": "Wearable",
284+
"processorFamily": "S10",
285+
"readableName": "Apple Watch Series 10 (46 mm)"
221286
}
222287
}

0 commit comments

Comments
 (0)