diff --git a/deno.lock b/deno.lock new file mode 100644 index 0000000..320e55d --- /dev/null +++ b/deno.lock @@ -0,0 +1,17 @@ +{ + "version": "3", + "remote": { + "https://deno.land/std@0.155.0/_util/assert.ts": "e94f2eb37cebd7f199952e242c77654e43333c1ac4c5c700e929ea3aa5489f74", + "https://deno.land/std@0.155.0/_util/os.ts": "3b4c6e27febd119d36a416d7a97bd3b0251b77c88942c8f16ee5953ea13e2e49", + "https://deno.land/std@0.155.0/async/debounce.ts": "de5433bff08a2bb61416fc53b3bd2d5867090c8a815465e5b4a10a77495b1051", + "https://deno.land/std@0.155.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3", + "https://deno.land/std@0.155.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09", + "https://deno.land/std@0.155.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677", + "https://deno.land/std@0.155.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633", + "https://deno.land/std@0.155.0/path/glob.ts": "cb5255638de1048973c3e69e420c77dc04f75755524cb3b2e160fe9277d939ee", + "https://deno.land/std@0.155.0/path/mod.ts": "56fec03ad0ebd61b6ab39ddb9b0ddb4c4a5c9f2f4f632e09dd37ec9ebfd722ac", + "https://deno.land/std@0.155.0/path/posix.ts": "c1f7afe274290ea0b51da07ee205653b2964bd74909a82deb07b69a6cc383aaa", + "https://deno.land/std@0.155.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9", + "https://deno.land/std@0.155.0/path/win32.ts": "bd7549042e37879c68ff2f8576a25950abbfca1d696d41d82c7bca0b7e6f452c" + } +} diff --git a/devices.json b/devices.json index 8b91668..539d030 100644 --- a/devices.json +++ b/devices.json @@ -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", diff --git a/devices/iPhone.json b/devices/iPhone.json index ff4cda1..81c0ad6 100644 --- a/devices/iPhone.json +++ b/devices/iPhone.json @@ -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" } diff --git a/ids.json b/ids.json index b0a80bc..591ab44 100644 --- a/ids.json +++ b/ids.json @@ -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)"], diff --git a/mod.ts b/mod.ts index 89f42a1..5355b63 100644 --- a/mod.ts +++ b/mod.ts @@ -1,5 +1,5 @@ /** - * This file was generated automatically on 2022-11-09. + * This file was generated automatically on 2023-10-01. * * @module */ @@ -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", @@ -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)"],