-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
46 lines (46 loc) · 1.15 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": {
"KEY_CONDITIONS": 1,
"KEY_TEMPERATURE": 0
},
"capabilities": [
"location"
],
"companyName": "[email protected]",
"enableMultiJS": true,
"longName": "watchFace:one",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/phoneConnected",
"name": "IMAGE_PHONE_CONNECTED",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/BRLNSDB_48.TTF",
"name": "FONT_BERLIN_SANS_FB_48",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/BRLNSDB_28.TTF",
"name": "FONT_BERLIN_SANS_FB_20",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "watchFace:one",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "7e0d64fb-229b-4c0a-ae2e-675f20305ec4",
"versionLabel": "1.2",
"watchapp": {
"watchface": true
}
}