-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
53 lines (53 loc) · 1.27 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
{
"appKeys": {
"dummy": 0
},
"capabilities": [
""
],
"companyName": "MakeAwesomeHappen",
"longName": "WatchFace",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Warning-Shield-24.png",
"name": "WARNING",
"targetPlatforms": [
"aplite",
"basalt"
],
"type": "bitmap"
},
{
"file": "images/Bluetooth-16.png",
"name": "BLUETOOTH_APLITE",
"targetPlatforms": [
"aplite",
"basalt"
],
"type": "bitmap"
},
{
"file": "images/Aeroplane-32.png",
"name": "PLANE_APLITE",
"targetPlatforms": [
"aplite",
"basalt"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "WatchFace",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "e2bf402c-6691-44cf-86e3-7a865cf9d49c",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}