-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
61 lines (61 loc) · 1.49 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
60
61
{
"appKeys": {
"KEY_CITY": 4,
"KEY_CONDITIONS": 1,
"KEY_SUNRISE": 2,
"KEY_SUNSET": 3,
"KEY_TEMPERATURE": 0
},
"capabilities": [
"location"
],
"companyName": "goltz-chemnitz.de",
"longName": "Tutorial Watchface",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/icon_bt_dc.png",
"name": "ICON_BT_DC",
"type": "png"
},
{
"file": "images/icon_snowy.png",
"name": "ICON_SNOWY",
"type": "png"
},
{
"file": "images/icon_rainy.png",
"name": "ICON_RAINY",
"type": "png"
},
{
"file": "images/icon_sunny.png",
"name": "ICON_SUNNY",
"type": "png"
},
{
"file": "images/icon_cloudy.png",
"name": "ICON_CLOUDY",
"type": "png"
},
{
"file": "images/white_line.png",
"name": "IMAGE_BACKGROUND",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Tutorial Watchface",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "38de68e4-f73c-4d03-b5b3-7d987b18ada6",
"versionLabel": "0.1",
"watchapp": {
"watchface": true
}
}