-
Notifications
You must be signed in to change notification settings - Fork 6
/
appinfo.json
52 lines (52 loc) · 1.29 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
{
"appKeys": {
"WORKOUT": 0,
"WORKOUT_DONE": 1
},
"capabilities": [
"configurable"
],
"companyName": "Fernando Trujano",
"enableMultiJS": false,
"longName": "Custom Workout Timer",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/menuicon.png",
"menuIcon": true,
"name": "MENU_ICON",
"type": "bitmap"
},
{
"file": "images/Stopbtn.png",
"name": "STOP_BUTTON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/PausePlay.png",
"name": "PLAY_PAUSE_BUTTON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Nextbtn.png",
"name": "NEXT_BUTTON",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Workout Timer",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "2add7054-08bc-4dda-b4d8-28f22f3d7ec2",
"versionLabel": "4.1",
"watchapp": {
"watchface": false
}
}