~rpadovani/reminders-app/fixForReload

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>
7
    <service id="evernote">
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>
10
    <service id="evernote-sandbox">
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>