-
Notifications
You must be signed in to change notification settings - Fork 12
/
appinfo.json
63 lines (63 loc) · 1.28 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Zach Bruggeman",
"longName": "Trekkie",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/LCARS_BOLD.ttf",
"name": "FONT_LCARS_BOLD_17",
"type": "font"
},
{
"characterRegex": "[.0-9]",
"file": "fonts/LCARS.ttf",
"name": "FONT_LCARS_36",
"type": "font"
},
{
"characterRegex": "[:0-9]",
"file": "fonts/LCARS.ttf",
"name": "FONT_LCARS_60",
"type": "font"
},
{
"file": "images/bluetooth.png",
"name": "BLUETOOTH_IMAGE",
"type": "png"
},
{
"file": "images/charging.png",
"name": "BATTERY_CHARGING_IMAGE",
"type": "png"
},
{
"file": "images/background.png",
"name": "IMAGE_BACKGROUND",
"type": "png"
},
{
"file": "images/icon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
}
]
},
"shortName": "Trekkie",
"uuid": "3f88a0d5-831e-4f15-8742-13bc4253690c",
"versionCode": 3,
"versionLabel": "4.1",
"watchapp": {
"watchface": true
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}