~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to manifest.json.in

  • Committer: Riccardo Padovani
  • Date: 2014-12-11 17:51:56 UTC
  • Revision ID: rpadovani@ubuntu.com-20141211175156-yp6q17493l5yb2lz
Reverted unwanted push

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
    "architecture": "@CLICK_ARCH@",
3
3
    "description": "description of ubuntu-calculator-app",
4
 
    "framework": "ubuntu-sdk-14.10",
 
4
    "framework": "ubuntu-sdk-14.10-dev2",
5
5
    "hooks": {
6
6
        "ubuntu-calculator-app": {
7
7
            "apparmor": "ubuntu-calculator-app.apparmor",
8
 
            "desktop": "@CMAKE_INSTALL_DATADIR@/applications/ubuntu-clock-app.desktop"
 
8
            "desktop": "ubuntu-calculator-app.desktop"
9
9
        }
10
10
    },
11
11
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",