-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappinfo.json
39 lines (39 loc) · 871 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
38
39
{
"appKeys": {
"GPS_COOR": 6,
"GPS_ERR": 0
},
"capabilities": [
"location"
],
"companyName": "Giovanni Zilli",
"longName": "Strava Starter",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/strava_starter_imgs.png",
"name": "IMAGE_ALL",
"type": "png"
},
{
"file": "images/strava3.png",
"menuIcon": true,
"name": "MENU",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Strava Starter",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "45bd95bf-0b73-4e94-b03e-dca552f24d25",
"versionLabel": "1.7",
"watchapp": {
"watchface": false
}
}