-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
34 lines (34 loc) · 888 Bytes
/
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
{
"appKeys": {
"spm": 0
},
"capabilities": [
"location"
],
"companyName": "[email protected]",
"longName": "TrackJAM",
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[0-9:. A-Z,a-z\\\\-_^!$#@^$%&^%*(-]",
"file": "fonts/Real Madrid2.ttf",
"name": "FONT_MADRID_18",
"type": "font"
},
{
"characterRegex": "[0-9:. A-Z,a-z\\\\-_^!$#@^$%&^%*(-]",
"file": "fonts/Real Madrid 2014-15.ttf",
"name": "FONT_MADRID_34",
"type": "font"
}
]
},
"shortName": "TrackJAM",
"uuid": "0f6284e0-0043-473a-a959-08491714083a",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}