-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
53 lines (53 loc) · 1.34 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": {},
"capabilities": [
""
],
"companyName": "CocoaTime",
"longName": "Fast Timer",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Shopping-alarm-clock-icon-small.png",
"name": "ALARM_CLOCK",
"targetPlatforms": [
"basalt",
"chalk"
],
"type": "bitmap"
},
{
"file": "images/Shopping-alarm-clock-icon-app.png",
"menuIcon": true,
"name": "APP_ICON",
"targetPlatforms": [
"basalt",
"chalk"
],
"type": "bitmap"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/LECO_2014-Regular.ttf",
"name": "LECO_NUMBERS_18",
"targetPlatforms": [
"basalt",
"chalk"
],
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Fast Timer",
"targetPlatforms": [
"basalt",
"chalk"
],
"uuid": "8f857b45-aa58-4225-ba7a-3b54f0052a7f",
"versionLabel": "1.7",
"watchapp": {
"watchface": false
}
}