-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
59 lines (59 loc) · 1.48 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
54
55
56
57
58
59
{
"appKeys": {
"DEFAULT_LOCATION": 6,
"LOCATION_OPT": 7,
"PEBBLEKIT_JS_READY": 0,
"SHOW_LOCATION": 5,
"SHOW_WEATHER": 4,
"WEATHER_CITY_KEY": 3,
"WEATHER_ICON_KEY": 1,
"WEATHER_TEMPERATURE_KEY": 2
},
"capabilities": [
"location",
"configurable"
],
"companyName": "[email protected]",
"longName": "IvyTick",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/digital-7.ttf",
"name": "FONT_DIGITAL_18",
"type": "font"
},
{
"file": "fonts/digital-7.ttf",
"name": "FONT_DIGITAL_16",
"type": "font"
},
{
"file": "fonts/digital-7.ttf",
"name": "FONT_DIGITAL_14",
"type": "font"
},
{
"file": "fonts/01 DigiGraphics.ttf",
"name": "FONT_DIGIGRAPHICS_16",
"type": "font"
},
{
"file": "fonts/01 DigiGraphics.ttf",
"name": "FONT_DIGIGRAPHICS_14",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "IvyTick",
"targetPlatforms": [
"basalt",
"chalk"
],
"uuid": "4464b4f0-d236-4d61-a0c6-ef0ff92aeb70",
"versionLabel": "1.34",
"watchapp": {
"watchface": true
}
}