~nskaggs/reminders-app/fix-1381828

38.3.1 by Alberto Mardegan
Use the Online Accounts trusted helper to setup accounts
1
<?xml version="1.0" encoding="UTF-8" ?>
165.3.12 by David Planella
Added the evernote-sandbox service to the application file
2
<application id="@PROJECT_NAME@_@APP_NAME@">
3
38.3.1 by Alberto Mardegan
Use the Online Accounts trusted helper to setup accounts
4
  <description>Reminders</description>
5
6
  <services>
215.1.15 by David Planella
Fixed names of services
7
    <service id="com.ubuntu.reminders_reminders">
165.3.12 by David Planella
Added the evernote-sandbox service to the application file
8
      <description>Synchronize your notes with Evernote</description>
9
    </service>
215.1.15 by David Planella
Fixed names of services
10
    <service id="com.ubuntu.reminders_reminders-sandbox">
165.3.12 by David Planella
Added the evernote-sandbox service to the application file
11
      <description>Synchronize your notes with the Evernote Sandbox</description>
38.3.1 by Alberto Mardegan
Use the Online Accounts trusted helper to setup accounts
12
    </service>
13
  </services>
14
15
</application>