1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "com.ubuntu.clock.devel",
"description": "A sophisticated clock app for Ubuntu Touch",
"framework": "ubuntu-sdk-14.10-dev2",
"architecture": "all",
"title": "Clock Reboot",
"icon": "clock@30.png",
"hooks": {
"ubuntu-clock-app": {
"apparmor": "ubuntu-clock-app.json",
"desktop": "share/applications/ubuntu-clock-app.desktop"
}
},
"version": "3.0.@BZR_REVNO@",
"maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
"x-test": {
"autopilot": "ubuntu_clock_app"
},
"x-source": {
"vcs-bzr": "@BZR_SOURCE@",
"vcs-bzr-revno": "@BZR_REVNO@"
}
}
|