forked from asplendidday/ACbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
58 lines (58 loc) · 1.4 KB
/
appinfo.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
{
"appKeys": {
"BUS_DATA": 1,
"BUS_STOP_DATA": 0,
"REQ_BUS_STOP_ID": 2,
"REQ_UPDATE_BUS_STOP_LIST": 3
},
"capabilities": [
"location"
],
"companyName": "Cavemen",
"longName": "ASEAG",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/h.png",
"name": "ICON_H",
"type": "bitmap"
},
{
"file": "images/acbus_small.png",
"menuIcon": true,
"name": "LOGO_SMALL",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/acbus_middle.png",
"name": "LOGO_MIDDLE",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/acbus_large.png",
"name": "LOGO_LARGE",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "ASEAG",
"targetPlatforms": [
"basalt"
],
"uuid": "660c6e49-5223-4c6f-aaa1-ca80bd8a9a7c",
"versionLabel": "1.1",
"watchapp": {
"watchface": false
}
}