-
Notifications
You must be signed in to change notification settings - Fork 7
/
appinfo.json
43 lines (43 loc) · 1.05 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Dark Rock Studios",
"longName": "RingMyPhone",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/icon_ring.png",
"name": "IMAGE_RING_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_silence.png",
"name": "IMAGE_SILENCE_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/menu_icon_ringmyphone.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "RingMyPhone",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "D1AD936B-1768-460E-885A-D796896A38C2",
"versionLabel": "3.1",
"watchapp": {
"watchface": false
}
}