-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
108 lines (108 loc) · 2.52 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"appKeys": {
"MESSAGE_KEY_REQUEST_TYPE": 100,
"MESSAGE_KEY_REQUEST_CODE_FROM": 101,
"MESSAGE_KEY_REQUEST_CODE_TO": 102,
"MESSAGE_KEY_REQUEST_TRAIN_NUMBER": 103,
"MESSAGE_KEY_RESPONSE_TYPE": 200,
"MESSAGE_KEY_RESPONSE_PAYLOAD_COUNT": 201,
"MESSAGE_KEY_RESPONSE_EXTRA": 300,
"MESSAGE_KEY_RESPONSE_PAYLOAD": 1000
},
"capabilities": [
""
],
"companyName": "CocoaBob",
"longName": "Paris Transilien",
"projectType": "native",
"resources": {
"media": [
{
"menuIcon": true,
"type": "bitmap",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "bitmap",
"name": "IMG_MENTION_DARK",
"file": "images/img_mention_dark.png"
},
{
"type": "bitmap",
"name": "IMG_MENTION_LIGHT",
"file": "images/img_mention_light.png"
},
{
"type": "bitmap",
"name": "IMG_SIGNAL_NO_DARK",
"file": "images/img_signal_no_dark.png"
},
{
"type": "bitmap",
"name": "IMG_SIGNAL_NO_LIGHT",
"file": "images/img_signal_no_light.png"
},
{
"type": "bitmap",
"name": "IMG_SIGNAL_YES_DARK",
"file": "images/img_signal_yes_dark.png"
},
{
"type": "bitmap",
"name": "IMG_SIGNAL_YES_LIGHT",
"file": "images/img_signal_yes_light.png"
},
{
"type": "raw",
"name": "STATION_CODE",
"file": "data/station_code.bin"
},
{
"type": "raw",
"name": "STATION_NAME",
"file": "data/station_name.bin"
},
{
"type": "raw",
"name": "STATION_NAME_POS",
"file": "data/station_name_pos.bin"
},
{
"type": "raw",
"name": "STATION_NAME_SEARCH",
"file": "data/station_name_search.bin"
},
{
"type": "raw",
"name": "STATION_NAME_SEARCH_POS",
"file": "data/station_name_search_pos.bin",
"targetPlatforms": [
"aplite"
]
},
{
"type": "raw",
"name": "LOCALE_ENGLISH",
"file": "localizations/locale_english.bin"
},
{
"type": "raw",
"name": "LOCALE_FRENCH",
"file": "localizations/locale_french.bin"
}
]
},
"sdkVersion": "3",
"shortName": "Transilien",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "30663f9d-bae8-4557-b8b9-c890b1094f24",
"versionLabel": "1.10",
"watchapp": {
"watchface": false
}
}