-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
46 lines (46 loc) · 1.22 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
{
"appKeys": {},
"capabilities": [
"configurable"
],
"companyName": "theksmith",
"longName": "The Architect Watch",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/pebble-the-architect-box.png",
"name": "IMAGE_BOX_WHITE",
"type": "png"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/Archistico_Bold.ttf",
"name": "FONT_ARCHISTICO_BOLD_46",
"type": "font"
},
{
"file": "images/icon-28x28.png",
"menuIcon": true,
"name": "IMAGE_ICON_APP",
"type": "png"
},
{
"characterRegex": "[A-Z0-9 /+\\-]",
"file": "fonts/Flux_Architect_Regular.ttf",
"name": "FONT_FLUXARCHITECT_REGULAR_13",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "The Architect",
"targetPlatforms": [
"aplite"
],
"uuid": "609e0636-c5a6-4b43-9e59-0181ca5a9fe8",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}