-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
executable file
·44 lines (44 loc) · 1.19 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
{
"uuid":"9ac7b852-db67-4598-9067-4ffb77784f0e",
"shortName":"Feather",
"longName":"Feather Watchface",
"companyName":"Icke",
"versionLabel":"1.4",
"sdkVersion":"3",
"targetPlatforms":[
"aplite",
"basalt",
"chalk"
],
"watchapp":{
"watchface":true
},
"appKeys":{
"KEY_TEMPERATURE":0,
"KEY_LIGHT_COLOR_SCHEME": 1,
"KEY_DEGREE_CELSIUS": 2
},
"capabilities":[
"location",
"configurable"
],
"projectType": "native",
"resources":{
"media":[
{
"characterRegex":"[0-9: ]",
"file":"fonts/neuropol_x_rg.ttf",
"name":"NEUROPOL_X_32",
"targetPlatforms":null,
"type":"font"
},
{
"characterRegex":"[0-9a-zA-Z°!.| -]",
"file":"fonts/neuropol_x_rg.ttf",
"name":"NEUROPOL_X_14",
"targetPlatforms":null,
"type":"font"
}
]
}
}