~rpadovani/reminders-app/1382730

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<application id="@PROJECT_NAME@_@APP_NAME@">

  <description>Reminders</description>

  <services>
    <service id="com.ubuntu.reminders_reminders">
      <description>Synchronize your notes with Evernote</description>
    </service>
    <service id="com.ubuntu.reminders_reminders-sandbox">
      <description>Synchronize your notes with the Evernote Sandbox</description>
    </service>
  </services>

</application>