diff --git a/package-lock.json b/package-lock.json index 633ebe21..47eaf02b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,10 +65,6 @@ }, "engines": { "node": ">=10.12.0" - }, - "funding": { - "type": "individual", - "url": "https://www.buymeacoffee.com/onder" } }, "node_modules/@ampproject/remapping": { @@ -10656,6 +10652,10 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/npm/node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": { + "extraneous": true, + "inBundle": true + }, "node_modules/npm/node_modules/@npmcli/map-workspaces/node_modules/minimatch": { "dev": true, "inBundle": true @@ -23397,6 +23397,10 @@ "read-package-json-fast": "^2.0.3" }, "dependencies": { + "brace-expansion": { + "bundled": true, + "extraneous": true + }, "minimatch": { "bundled": true, "dev": true diff --git a/src/config/apple-fallback-data.json b/src/config/apple-fallback-data.json index c7be99f2..17fa767f 100644 --- a/src/config/apple-fallback-data.json +++ b/src/config/apple-fallback-data.json @@ -107,6 +107,54 @@ }, "scaleFactor": 2 }, + { + "device": "iPhone 14 Pro Max", + "portrait": { + "width": 1290, + "height": 2796 + }, + "landscape": { + "width": 2796, + "height": 1290 + }, + "scaleFactor": 3 + }, + { + "device": "iPhone 14 Pro", + "portrait": { + "width": 1179, + "height": 2556 + }, + "landscape": { + "width": 2556, + "height": 1179 + }, + "scaleFactor": 3 + }, + { + "device": "iPhone 14 Plus", + "portrait": { + "width": 1284, + "height": 2778 + }, + "landscape": { + "width": 2778, + "height": 1284 + }, + "scaleFactor": 3 + }, + { + "device": "iPhone 14", + "portrait": { + "width": 1170, + "height": 2532 + }, + "landscape": { + "width": 2532, + "height": 1170 + }, + "scaleFactor": 3 + }, { "device": "iPhone 13 Pro Max", "portrait": {