~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to manifest.json

  • Committer: Kunal Parmar
  • Date: 2013-10-16 13:17:29 UTC
  • mto: This revision was merged to the branch mainline in revision 152.
  • Revision ID: pkunal.parmar@gmail.com-20131016131729-hd4zy7m6jl2qlsmw
Day view all component act as one

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    "architecture": "all",
3
 
    "description": "A calendar for Ubuntu which syncs with online accounts",
4
 
    "framework": "ubuntu-sdk-14.10-qml-dev3",
 
2
    "description": "Calendar application for Ubuntu devices",
 
3
    "framework": "ubuntu-sdk-13.10",
5
4
    "hooks": {
6
5
        "calendar": {
7
 
            "account-application": "@PROJECT_NAME@_@APP_NAME@.application",
8
 
            "apparmor": "calendar.apparmor",
9
 
            "desktop": "@DESKTOP_FILE@",
10
 
            "urls": "@URLS_FILE@"
 
6
            "apparmor": "apparmor/calendar.json",
 
7
            "desktop": "calendar-app.desktop"
11
8
        }
12
9
    },
13
 
    "icon": "@ICON@",
 
10
    "icon": "calendar64.png",
14
11
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
15
 
    "name": "@PROJECT_NAME@",
16
 
    "title": "Calendar",
17
 
    "version": "0.4.@BZR_REVNO@",
18
 
    "x-source": {
19
 
        "vcs-bzr": "@BZR_SOURCE@",
20
 
        "vcs-bzr-revno": "@BZR_REVNO@"
21
 
    },
22
 
    "x-test": {
23
 
        "autopilot": {
24
 
            "autopilot_module": "@AUTOPILOT_DIR@",
25
 
            "depends": [
26
 
                "python3-dateutil",
27
 
                "address-book-service-dummy",
28
 
                "address-book-service-testability"
29
 
            ]
30
 
        }
31
 
    }
 
12
    "name": "com.ubuntu.calendar",
 
13
    "title": "calendar",
 
14
    "version": "0.4"
32
15
}