-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathappinfo.json
More file actions
35 lines (35 loc) · 774 Bytes
/
Copy pathappinfo.json
File metadata and controls
35 lines (35 loc) · 774 Bytes
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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "CoRE HackBU Project",
"longName": "Ishi",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/Roboto-Regular.ttf",
"name": "ROBOTO_21",
"type": "font"
},
{
"file": "images/index-card.png",
"name": "INDEX_CARD",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Ishi",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "6c0bbc11-7214-4e08-9b45-806b5f1a07a4",
"versionCode": 2,
"versionLabel": "2.0",
"watchapp": {
"watchface": false
}
}