-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
47 lines (47 loc) · 1.12 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Nameri",
"enableMultiJS": false,
"longName": "DENSUKE",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/bluetooth.png",
"name": "IMAGE_BLUETOOTH_IDENTIFIER",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"type": "png"
},
{
"file": "images/densuke_pebble_color.png",
"menuIcon": true,
"name": "IMAGE_EXAMPLE_IDENTIFIER",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "DENSUKE",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "5b08977f-14e8-4db5-a211-8c2d9b9b2bcf",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}