-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
45 lines (45 loc) · 1.06 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Palmasoft",
"longName": "Carbohydrates Unit Counter",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/formula.png",
"menuIcon": true,
"name": "formula_logo",
"type": "png"
},
{
"file": "images/arrow1_se.png",
"name": "ico_down",
"type": "png"
},
{
"file": "images/arrow1_e.png",
"name": "ico_right",
"type": "png"
},
{
"file": "images/arrow1_ne.png",
"name": "ico_up",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "CarbUnitCounter",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "469577cd-6088-4253-af84-ba4619c38a8e",
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}