-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathappinfo.json
43 lines (43 loc) · 990 Bytes
/
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
{
"appKeys": {
"dummy": 0
},
"capabilities": [
""
],
"companyName": "MakeAwesomeHappen",
"longName": "Compass",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/cross_hair_small.png",
"name": "CROSS_HAIR_SMALL",
"type": "bitmap"
},
{
"file": "images/icon.png",
"menuIcon": true,
"name": "ICON",
"type": "bitmap"
},
{
"file": "images/cross_hair_large.png",
"name": "CROSS_HAIR_LARGE",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Compass",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "49827722-4f3b-4e3f-9e96-d660089f50c1",
"versionLabel": "1.22",
"watchapp": {
"watchface": false
}
}