Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@
"iPhone 15 Plus": "iPhone15,5",
"iPhone 15 Pro": "iPhone16,1",
"iPhone 15 Pro Max": "iPhone16,2",
"iPhone 16": "iPhone17,3",
"iPhone 16 Plus": "iPhone17,4",
"iPhone 16 Pro": "iPhone17,1",
"iPhone 16 Pro Max": "iPhone17,2",
"iPhone 16e": "iPhone17,5",
"iPhone 17": "iPhone18,3",
"iPhone 17 Pro": "iPhone18,1",
"iPhone 17 Pro Max": "iPhone18,2",
"iPhone Air": "iPhone18,4",
"iPod touch (1st generation)": "iPod1,1",
"iPod touch (2nd generation)": "iPod2,1",
"iPod touch (3rd generation)": "iPod3,1",
Expand Down
13 changes: 12 additions & 1 deletion devices/iPhone.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,16 @@
"iPhone 15": "iPhone15,4",
"iPhone 15 Plus": "iPhone15,5",
"iPhone 15 Pro": "iPhone16,1",
"iPhone 15 Pro Max": "iPhone16,2"
"iPhone 15 Pro Max": "iPhone16,2",

"iPhone 16": "iPhone17,3",
"iPhone 16 Plus": "iPhone17,4",
"iPhone 16 Pro": "iPhone17,1",
"iPhone 16 Pro Max": "iPhone17,2",
"iPhone 16e": "iPhone17,5",

"iPhone 17": "iPhone18,3",
"iPhone 17 Pro": "iPhone18,1",
"iPhone 17 Pro Max": "iPhone18,2",
"iPhone Air": "iPhone18,4"
}
9 changes: 9 additions & 0 deletions ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@
"iPhone15,5": ["iPhone 15 Plus"],
"iPhone16,1": ["iPhone 15 Pro"],
"iPhone16,2": ["iPhone 15 Pro Max"],
"iPhone17,3": ["iPhone 16"],
"iPhone17,4": ["iPhone 16 Plus"],
"iPhone17,1": ["iPhone 16 Pro"],
"iPhone17,2": ["iPhone 16 Pro Max"],
"iPhone17,5": ["iPhone 16e"],
"iPhone18,3": ["iPhone 17"],
"iPhone18,1": ["iPhone 17 Pro"],
"iPhone18,2": ["iPhone 17 Pro Max"],
"iPhone18,4": ["iPhone Air"],
"iPod1,1": ["iPod touch (1st generation)"],
"iPod2,1": ["iPod touch (2nd generation)"],
"iPod3,1": ["iPod touch (3rd generation)"],
Expand Down
20 changes: 19 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file was generated automatically on 2023-10-01.
* This file was generated automatically on 2025-11-12.
*
* @module
*/
Expand Down Expand Up @@ -232,6 +232,15 @@ export const devices = {
"iPhone 15 Plus": "iPhone15,5",
"iPhone 15 Pro": "iPhone16,1",
"iPhone 15 Pro Max": "iPhone16,2",
"iPhone 16": "iPhone17,3",
"iPhone 16 Plus": "iPhone17,4",
"iPhone 16 Pro": "iPhone17,1",
"iPhone 16 Pro Max": "iPhone17,2",
"iPhone 16e": "iPhone17,5",
"iPhone 17": "iPhone18,3",
"iPhone 17 Pro": "iPhone18,1",
"iPhone 17 Pro Max": "iPhone18,2",
"iPhone Air": "iPhone18,4",
"iPod touch (1st generation)": "iPod1,1",
"iPod touch (2nd generation)": "iPod2,1",
"iPod touch (3rd generation)": "iPod3,1",
Expand Down Expand Up @@ -576,6 +585,15 @@ export const identifiers = {
"iPhone15,5": ["iPhone 15 Plus"],
"iPhone16,1": ["iPhone 15 Pro"],
"iPhone16,2": ["iPhone 15 Pro Max"],
"iPhone17,3": ["iPhone 16"],
"iPhone17,4": ["iPhone 16 Plus"],
"iPhone17,1": ["iPhone 16 Pro"],
"iPhone17,2": ["iPhone 16 Pro Max"],
"iPhone17,5": ["iPhone 16e"],
"iPhone18,3": ["iPhone 17"],
"iPhone18,1": ["iPhone 17 Pro"],
"iPhone18,2": ["iPhone 17 Pro Max"],
"iPhone18,4": ["iPhone Air"],
"iPod1,1": ["iPod touch (1st generation)"],
"iPod2,1": ["iPod touch (2nd generation)"],
"iPod3,1": ["iPod touch (3rd generation)"],
Expand Down