~mterry/ubuntu-calculator-app/confined

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "architecture": "all",
    "description": "description of ubuntu-calculator-app",
    "framework": "ubuntu-sdk-14.10",
    "hooks": {
        "@APP_HARDCODE@": {
            "apparmor": "@APP_HARDCODE@.apparmor",
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/@DESKTOP_FILE@"
        }
    },
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "com.ubuntu.calculator",
    "title": "@APP_NAME@",
    "version": "@APP_VERSION@.@BZR_REVNO@"
}