-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
43 lines (43 loc) · 1.03 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
{
"appKeys": {
"KEY_TEMPERATURE": 0,
"KEY_CONDITIONS": 1,
"KEY_SUNRISE": 2,
"KEY_SUNSET": 3,
"KEY_WIND": 4,
"KEY_PRESSURE": 5,
"KEY_HUMIDITY": 6,
"KEY_CONDITIONS_ID": 7
},
"capabilities": [
"location"
],
"companyName": "Alexandru Ast",
"longName": "Binary Basic",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/weathericons-regular-webfont.ttf",
"name": "FONT_WEATHERICONS_REGULAR_18",
"type": "font"
},
{
"file": "fonts/DIGITALDREAMNARROW.ttf",
"name": "FONT_DIGITALDREAM_NARROW_18",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Binary Basic",
"targetPlatforms": [
"aplite"
],
"uuid": "5712b313-8c61-43b6-a8cb-157c5d323a9d",
"versionLabel": "0.1",
"versionCode": 1,
"watchapp": {
"watchface": true
}
}