This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
75 lines (70 loc) · 1.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"appKeys": {
"NUMBER_OF_STATIONS_MIN" : 5,
"KEY_NAME": 10,
"KEY_DISTANCE": 11,
"KEY_ANGLE": 12,
"KEY_FREE_BIKE": 13,
"KEY_PARKINGS": 14,
"KEY_NUMBER_OF_STATIONS": 15,
"KEY_INDEX" : 16,
"KEY_TYPE" : 98,
"KEY_COMMUNICATION": 99,
"GET_UPDATED_LOCATION": 100,
"GET_CLOSE_STATIONS": 101,
"GET_STATIONS_UPDATE": 102,
"GET_ADD_STATIONS" : 103,
"GET_LESS_STATIONS" : 104,
"RESPONSE_UPDATED_LOCATION" : 110,
"RESPONSE_UPDATED_STATIONS" : 111,
"RESPONSE_CLOSE_STATIONS" : 112,
"RESPONSE_ADD_STATIONS" : 113,
"RESPONSE_END" : 114,
"api_address": 200
},
"capabilities": [
"location",
"configurable"
],
"companyName": "thomacer",
"enableMultiJS": true,
"longName": "Open Bike Sharing application.",
"projectType": "native",
"resources": {
"media": [
{
"menuIcon": true,
"file": "images/bicycle.png",
"name": "BICYCLE_BITMAP",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"type": "bitmap"
},
{
"file": "images/parking.png",
"name": "PARKING_BITMAP",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Open Bike Sharing",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "a2d33e61-7bd5-4222-8187-5de924c2ff62",
"versionLabel": "2.4",
"watchapp": {
"watchface": false
}
}