-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
55 lines (55 loc) · 1.46 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "piffle!",
"longName": "piffle! time",
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[0-9:]",
"file": "fonts/GoudyBookletter1911.ttf",
"name": "GOUDY_BOOKLETTER_18",
"type": "font"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/GoudyBookletter1911.ttf",
"name": "GOUDY_BOOKLETTER_65",
"type": "font"
},
{
"file": "images/piffle_pebble_colorbg.png",
"name": "PIFFLE_LOGO",
"type": "png"
},
{
"file": "fonts/OFLGoudyStMTT.ttf",
"name": "SORTS_MILL_GOUDY_18",
"type": "font"
},
{
"file": "fonts/OFLGoudyStMTT.ttf",
"name": "SORTS_MILL_GOUDY_60",
"type": "font"
},
{
"file": "fonts/Quicksand-Regular.ttf",
"name": "QUICKSAND_REGULAR_15",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "piffle!",
"targetPlatforms": [
"basalt"
],
"uuid": "68a93a49-e3f4-4e6b-9ed9-b15b2ba30f03",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}