-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
58 lines (58 loc) · 1.52 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
{
"appKeys": {
"KEY_BLACK_TEXT": 2,
"KEY_SHAKE_ENABLE": 0,
"KEY_SHAKE_TIMEOUT": 1
},
"capabilities": [
"configurable"
],
"companyName": "Jeff Squyres",
"longName": "sorta",
"projectType": "native",
"resources": {
"media": [
{
"compatibility": "2.7",
"file": "images/Battery-Charge-icon-inverted.png",
"name": "IMAGE_CHARGING_INVERTED",
"type": "png"
},
{
"compatibility": "2.7",
"file": "images/Battery-Charge-icon.png",
"name": "IMAGE_CHARGING",
"type": "png"
},
{
"compatibility": "2.7",
"file": "fonts/Passing Notes.ttf",
"name": "FONT_TIME_34",
"type": "font"
},
{
"compatibility": "2.7",
"file": "fonts/Passing Notes.ttf",
"name": "FONT_TIME_26",
"type": "font"
},
{
"compatibility": "2.7",
"file": "fonts/RobotoCondensed-Regular.ttf",
"name": "FONT_ROBOTO_14",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "sorta",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "c18860f4-462a-44e7-a1ee-25acacf66b75",
"versionLabel": "1.3",
"watchapp": {
"watchface": true
}
}