-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
67 lines (67 loc) · 1.8 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
64
65
66
67
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Vlad Cojanu",
"longName": "Meditations",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/screenshot.png",
"name": "screenshot",
"targetPlatforms": null,
"type": "png"
},
{
"file": "images/bt_off",
"name": "BT_OFF",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/bt_on",
"name": "BT_ON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/FONT_PERFECT_DOS_32",
"name": "FONT_PERFECT_DOS_32",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/FONT_PERFECT_DOS_24",
"name": "FONT_PERFECT_DOS_24",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/CASEY",
"memoryFormat": "SmallestPalette",
"menuIcon": true,
"name": "CASEY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/IMAGE_BACKGROUND",
"name": "IMAGE_BACKGROUND",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Meditations",
"targetPlatforms": [
"aplite"
],
"uuid": "1ca3efc6-ad1f-4b98-ae65-ee8807a5eb80",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}