-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaultConfig.json
75 lines (75 loc) · 1.54 KB
/
defaultConfig.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"simulator": {
"runningDevices": {
"Nexus 5_Demo": {
"name": "Nexus 5_Demo",
"device": "Nexus 5",
"app": "Demo"
},
"Iphone 6_Demo": {
"name": "Iphone 6_Demo",
"device": "Iphone 6",
"app": "Demo"
}
}
},
"apps": {
"Demo": {
"isMeteor": false,
"name": "Demo",
"path": "demo\\",
"enabled": true,
"immutable": "true"
}
},
"devices": {
"Nexus 5": {
"status": {
"wifi": false,
"isFlashlightOn": false,
"battery": {
"level": 100,
"isCharging": true
},
"network": "3g"
},
"preset": "Generic Android",
"name": "Nexus 5",
"uuid": "1a7bd670-f6d8-49c4-a830-74f371853cbc"
},
"Iphone 6": {
"status": {
"wifi": false,
"isFlashlightOn": false,
"battery": {
"level": 100,
"isCharging": true
},
"network": "3g"
},
"preset": "Generic Iphone",
"name": "Iphone 6",
"uuid": "3d002211-30d1-4acd-92b2-7b8643866998"
}
},
"presets": {
"Generic Android": {
"availableFeatues": [],
"name": "Generic Android",
"width": 337,
"height": 667,
"platform": "android",
"platformVersion": "5",
"model": "Nexus 5"
},
"Generic Iphone": {
"availableFeatues": [],
"name": "Generic Iphone",
"width": 337,
"height": 667,
"platform": "ios",
"platformVersion": "8",
"model": "Iphone 6"
}
}
}