This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
57 lines (57 loc) · 1.58 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Jean-Fran\u00e7ois Desrochers",
"longName": "JFD TextFrench",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/battery_bar.png",
"name": "BATT_BAR",
"type": "png"
},
{
"file": "images/jfdtiny.png",
"menuIcon": true,
"name": "MENU_IMAGE",
"type": "png"
},
{
"file": "images/bt_foreground.png",
"name": "BT_FG",
"type": "png-trans"
},
{
"characterRegex": "[a-z]",
"file": "fonts/gotham_bold_36.ttf",
"name": "FONT_GOTHAM_BOLD_36",
"trackingAdjust": -2,
"type": "font"
},
{
"characterRegex": "[a-z\\-\\.]",
"file": "fonts/gotham_light_31.ttf",
"name": "FONT_GOTHAM_LIGHT_31",
"trackingAdjust": -2,
"type": "font"
},
{
"characterRegex": "[a-zA-Z0-9\\.\\-]",
"file": "fonts/gotham_light_31.ttf",
"name": "FONT_GOTHAM_LIGHT_14",
"type": "font"
}
]
},
"sdkVersion": "2",
"shortName": "JFD TextFrench",
"uuid": "c2df2df5-21c9-4963-b3b7-a5a4b4beff06",
"versionCode": 2,
"versionLabel": "3.0",
"watchapp": {
"watchface": true
}
}