Skip to content

Commit

Permalink
Merge pull request #35 from immersive-web/iphonex
Browse files Browse the repository at this point in the history
Add iPhone X, fixes #33
  • Loading branch information
cvan committed Mar 14, 2018
2 parents f7c710b + f4f2f29 commit c36ba2e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions dpdb-formatted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"format": 1,
"last_updated": "2018-02-07T12:12:52Z",
"last_updated": "2018-02-20T22:55:10Z",
"devices": [
{
"type": "android",
Expand Down Expand Up @@ -1664,6 +1664,20 @@
],
"bw": 4,
"ac": 1000
},
{
"type": "ios",
"rules": [
{
"res": [
1125,
2436
]
}
],
"dpi": 458,
"bw": 4,
"ac": 1000
}
]
}
}

0 comments on commit c36ba2e

Please sign in to comment.