-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
37 lines (37 loc) · 832 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
{
"appKeys": {
"KEY_BUSES": 1,
"KEY_STOP_NAME": 0
},
"capabilities": [
"location"
],
"companyName": "Olli Salli",
"longName": "pebble-catchabus-tre",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/comic.ttf",
"name": "FONT_COMICSANS_16",
"type": "font"
},
{
"file": "fonts/comic.ttf",
"name": "FONT_COMICSANS_14",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "catchabus",
"targetPlatforms": [
"aplite"
],
"uuid": "55ea892c-c9f1-4707-a09f-5a9b68b82fee",
"versionCode": 1,
"versionLabel": "0.1",
"watchapp": {
"watchface": true
}
}