-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappinfo.json
More file actions
43 lines (43 loc) · 820 Bytes
/
appinfo.json
File metadata and controls
43 lines (43 loc) · 820 Bytes
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
{
"uuid": "863faa63-4765-48e7-999e-fc6468c70c25",
"shortName": "locale_demo",
"longName": "locale_demo",
"companyName": "Pebble",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": false
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type": "raw",
"name": "LOCALE_ENGLISH",
"file": "locale_english.bin"
},
{
"type": "raw",
"name": "LOCALE_FRENCH",
"file": "locale_french.bin"
},
{
"type": "raw",
"name": "LOCALE_SPANISH",
"file": "locale_spanish.bin"
},
{
"type": "raw",
"name": "LOCALE_GERMAN",
"file": "locale_german.bin"
}
]
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}