-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
38 lines (38 loc) · 885 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
{
"appKeys": {
"KEY_CONDITIONS": 1,
"KEY_TEMPERATURE": 0
},
"capabilities": [
"location"
],
"companyName": "[email protected]",
"longName": "Noisy Time",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/background.png",
"name": "IMAGE_BACKGROUND",
"type": "png"
},
{
"characterRegex": "[0-9:. ]",
"file": "fonts/IMPACT.TTF",
"name": "FONT_IMPACT_60",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Noisy Time",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "5ca69d82-c4f2-42b6-9dab-c91d13b03475",
"versionLabel": "0.1",
"watchapp": {
"watchface": true
}
}