Skip to content

Commit

Permalink
Add iPhone 15 models (#34)
Browse files Browse the repository at this point in the history
* Add iPhone 15 models

* Run build task

---------

Co-authored-by: Asaf Chelouche <asafch@users.noreply.github.com>
  • Loading branch information
asafch and asafch authored Oct 4, 2023
1 parent d575444 commit 52b730b
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
17 changes: 17 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@
"iPhone 14 Plus": "iPhone14,8",
"iPhone 14 Pro": "iPhone15,2",
"iPhone 14 Pro Max": "iPhone15,3",
"iPhone 15": "iPhone15,4",
"iPhone 15 Plus": "iPhone15,5",
"iPhone 15 Pro": "iPhone16,1",
"iPhone 15 Pro Max": "iPhone16,2",
"iPod touch (1st generation)": "iPod1,1",
"iPod touch (2nd generation)": "iPod2,1",
"iPod touch (3rd generation)": "iPod3,1",
Expand Down
7 changes: 6 additions & 1 deletion devices/iPhone.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@
"iPhone 14": "iPhone14,7",
"iPhone 14 Plus": "iPhone14,8",
"iPhone 14 Pro": "iPhone15,2",
"iPhone 14 Pro Max": "iPhone15,3"
"iPhone 14 Pro Max": "iPhone15,3",

"iPhone 15": "iPhone15,4",
"iPhone 15 Plus": "iPhone15,5",
"iPhone 15 Pro": "iPhone16,1",
"iPhone 15 Pro Max": "iPhone16,2"
}
4 changes: 4 additions & 0 deletions ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@
"iPhone14,8": ["iPhone 14 Plus"],
"iPhone15,2": ["iPhone 14 Pro"],
"iPhone15,3": ["iPhone 14 Pro Max"],
"iPhone15,4": ["iPhone 15"],
"iPhone15,5": ["iPhone 15 Plus"],
"iPhone16,1": ["iPhone 15 Pro"],
"iPhone16,2": ["iPhone 15 Pro Max"],
"iPod1,1": ["iPod touch (1st generation)"],
"iPod2,1": ["iPod touch (2nd generation)"],
"iPod3,1": ["iPod touch (3rd generation)"],
Expand Down
10 changes: 9 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 2022-11-09.
* This file was generated automatically on 2023-10-01.
*
* @module
*/
Expand Down Expand Up @@ -228,6 +228,10 @@ export const devices = {
"iPhone 14 Plus": "iPhone14,8",
"iPhone 14 Pro": "iPhone15,2",
"iPhone 14 Pro Max": "iPhone15,3",
"iPhone 15": "iPhone15,4",
"iPhone 15 Plus": "iPhone15,5",
"iPhone 15 Pro": "iPhone16,1",
"iPhone 15 Pro Max": "iPhone16,2",
"iPod touch (1st generation)": "iPod1,1",
"iPod touch (2nd generation)": "iPod2,1",
"iPod touch (3rd generation)": "iPod3,1",
Expand Down Expand Up @@ -568,6 +572,10 @@ export const identifiers = {
"iPhone14,8": ["iPhone 14 Plus"],
"iPhone15,2": ["iPhone 14 Pro"],
"iPhone15,3": ["iPhone 14 Pro Max"],
"iPhone15,4": ["iPhone 15"],
"iPhone15,5": ["iPhone 15 Plus"],
"iPhone16,1": ["iPhone 15 Pro"],
"iPhone16,2": ["iPhone 15 Pro Max"],
"iPod1,1": ["iPod touch (1st generation)"],
"iPod2,1": ["iPod touch (2nd generation)"],
"iPod3,1": ["iPod touch (3rd generation)"],
Expand Down

0 comments on commit 52b730b

Please sign in to comment.