~rpadovani/reminders-app/fixForReload

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "description": "Ubuntu Reminders app, powered by Evernote",
    "framework": "ubuntu-sdk-14.10-dev2",
    "architecture": "armhf",
    "hooks": {
        "reminders": {
            "account-application": "com.ubuntu.reminders_reminders.application",
            "apparmor": "apparmor.json",
            "desktop": "com.ubuntu.reminders.desktop"
        }
    },
    "maintainer": "Ubuntu Reminders app developers <ubuntu-phone@lists.launchpad.net>",
    "name": "com.ubuntu.reminders",
    "title": "Reminders",
    "version": "0.5.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "lp:reminders-app",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": "reminders"
    }
}