-
Notifications
You must be signed in to change notification settings - Fork 6
/
devices.json
56 lines (56 loc) · 1.05 KB
/
devices.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"Name" : "iPhone 6",
"Width" : 750,
"Height" : 1334,
"PixelsPerPoint": 2,
"PhysicalPixelsPerInch" : 326,
"IsDefault" : true
},
{
"Name" : "iPhone 6 Plus",
"Width" : 1242,
"Height" : 2208,
"PixelsPerPoint" : 3,
"PhysicalPixelsPerInch" : 401,
"PhysicalPixelsPerPixel" : 0.8695652173913
},
{
"Name" : "iPhone 5/5S",
"Width" : 640,
"Height" : 1136,
"PixelsPerPoint" : 2,
"PhysicalPixelsPerInch" : 326
},
{
"Name" : "iPad Retina",
"Width" : 2048,
"Height" : 1536,
"PixelsPerPoint" : 2,
"PhysicalPixelsPerInch" : 264,
"DefaultOrientation": "Landscape"
},
{
"Name" : "Sony Xperia Z3",
"Width" : 1080,
"Height" : 1920,
"PixelsPerPoint": 3,
"PhysicalPixelsPerInch": 423.64,
"DefaultOrientation": "Landscape"
},
{
"Name" : "Samsung Galaxy S6 Edge",
"Width" : 1440,
"Height" : 2560,
"PixelsPerPoint": 3,
"PhysicalPixelsPerInch": 577
},
{
"Name" : "Google Nexus 9",
"Width" : 2048,
"Height" : 1536,
"PixelsPerPoint": 1.5,
"PhysicalPixelsPerInch": 281,
"DefaultOrientation": "Landscape"
},
]