forked from samcarton/miami-nights-pebble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
85 lines (85 loc) · 2.16 KB
/
appinfo.json
File metadata and controls
85 lines (85 loc) · 2.16 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Sam Carton",
"longName": "Miami Nights",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/9.png",
"name": "IMAGE_B_TL_9",
"type": "png"
},
{
"file": "images/3.png",
"name": "IMAGE_B_TL_3",
"type": "png"
},
{
"file": "images/7.png",
"name": "IMAGE_B_TL_7",
"type": "png"
},
{
"characterRegex": "[0-9]",
"file": "fonts/Teko-SemiBold.ttf",
"name": "FONT_TEKO_SB_20",
"type": "font"
},
{
"file": "images/6.png",
"name": "IMAGE_B_TL_6",
"type": "png"
},
{
"file": "images/4.png",
"name": "IMAGE_B_TL_4",
"type": "png"
},
{
"file": "images/8.png",
"name": "IMAGE_B_TL_8",
"type": "png"
},
{
"file": "images/Icon1984Sml.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"type": "png"
},
{
"file": "images/2.png",
"name": "IMAGE_B_TL_2",
"type": "png"
},
{
"file": "images/0.png",
"name": "IMAGE_B_TL_0",
"type": "png"
},
{
"file": "images/1.png",
"name": "IMAGE_B_TL_1",
"type": "png"
},
{
"file": "images/5.png",
"name": "IMAGE_B_TL_5",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Miami Nights",
"targetPlatforms": [
"basalt"
],
"uuid": "633c5168-a727-454d-ad8f-34b06834e410",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}