forked from reckhou/nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
58 lines (58 loc) · 990 Bytes
/
config.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
57
58
{
"init_cfg":{
"isLandscape":false,
"name":"nexus",
"width":640,
"height":960,
"entry":"main.js",
"consolePort":0,
"debugPort":0
},
"simulator_screen_size":[
{
"title":"iPhone 3Gs (480x320)",
"width":480,
"height":320
},
{
"title":"iPhone 4 (960x640)",
"width":960,
"height":640
},
{
"title":"iPhone 5 (1136x640)",
"width":1136,
"height":640
},
{
"title":"iPad (1024x768)",
"width":1024,
"height":768
},
{
"title":"iPad Retina (2048x1536)",
"width":2048,
"height":1536
},
{
"title":"Android (800x480)",
"width":800,
"height":480
},
{
"title":"Android (854x480)",
"width":854,
"height":480
},
{
"title":"Android (1280x720)",
"width":1280,
"height":720
},
{
"title":"Android (1920x1080)",
"width":1920,
"height":1080
}
]
}