Skip to content

Commit

Permalink
feat(main): update fallback data
Browse files Browse the repository at this point in the history
  • Loading branch information
onderceylan committed May 10, 2023
1 parent 8f00387 commit 8fddb3f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/config/apple-fallback-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"device": "12.9\" iPad Pro",
"device": "12.9 iPad Pro",
"portrait": {
"width": 2048,
"height": 2732
Expand All @@ -12,7 +12,7 @@
"scaleFactor": 2
},
{
"device": "11\" iPad Pro",
"device": "11 iPad Pro",
"portrait": {
"width": 1668,
"height": 2388
Expand All @@ -24,7 +24,7 @@
"scaleFactor": 2
},
{
"device": "10.5\" iPad Pro",
"device": "10.5 iPad Pro",
"portrait": {
"width": 1668,
"height": 2388
Expand All @@ -36,7 +36,7 @@
"scaleFactor": 2
},
{
"device": "9.7\" iPad Pro",
"device": "9.7 iPad Pro",
"portrait": {
"width": 1536,
"height": 2048
Expand All @@ -48,7 +48,7 @@
"scaleFactor": 2
},
{
"device": "7.9\" iPad mini",
"device": "7.9 iPad mini",
"portrait": {
"width": 1536,
"height": 2048
Expand All @@ -60,7 +60,7 @@
"scaleFactor": 2
},
{
"device": "10.5\" iPad Air",
"device": "10.5 iPad Air",
"portrait": {
"width": 1668,
"height": 2224
Expand All @@ -72,7 +72,7 @@
"scaleFactor": 2
},
{
"device": "9.7\" iPad Air",
"device": "9.7 iPad Air",
"portrait": {
"width": 1536,
"height": 2048
Expand All @@ -84,7 +84,7 @@
"scaleFactor": 2
},
{
"device": "10.2\" iPad",
"device": "10.2 iPad",
"portrait": {
"width": 1620,
"height": 2160
Expand All @@ -96,7 +96,7 @@
"scaleFactor": 2
},
{
"device": "9.7\" iPad",
"device": "9.7 iPad",
"portrait": {
"width": 1536,
"height": 2048
Expand Down Expand Up @@ -432,7 +432,7 @@
"scaleFactor": 2
},
{
"device": "4.7\" iPhone SE",
"device": "4.7 iPhone SE",
"portrait": {
"width": 750,
"height": 1334
Expand All @@ -444,7 +444,7 @@
"scaleFactor": 2
},
{
"device": "4\" iPhone SE",
"device": "4 iPhone SE",
"portrait": {
"width": 640,
"height": 1136
Expand Down

0 comments on commit 8fddb3f

Please sign in to comment.