1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"architecture": "all",
"description": "A calculator for Ubuntu Touch",
"framework": "ubuntu-sdk-14.10",
"hooks": {
"@APP_HARDCODE@": {
"apparmor": "@APP_HARDCODE@.apparmor",
"desktop": "@CMAKE_INSTALL_DATADIR@/applications/ubuntu-calculator-app.desktop"
}
},
"maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
"name": "com.ubuntu.calculator",
"title": "@APP_NAME@",
"icon": "@ICON@",
"version": "@APP_VERSION@.@BZR_REVNO@",
"x-source": {
"vcs-bzr": "@BZR_SOURCE@",
"vcs-bzr-revno": "@BZR_REVNO@"
},
"x-test": {
"autopilot": "@AUTOPILOT_DIR@"
}
}
|