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