~rpadovani/reminders-app/fixForReload

« back to all changes in this revision

Viewing changes to com.ubuntu.reminders_reminders.application.in

Added the evernote-sandbox service to the application file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" ?>
2
 
<application id="com.ubuntu.reminders_reminders">
 
2
<application id="@PROJECT_NAME@_@APP_NAME@">
 
3
 
3
4
  <description>Reminders</description>
4
5
 
5
6
  <services>
6
7
    <service id="evernote">
7
 
      <description>Synchronize your reminders with Evernote</description>
 
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>
8
12
    </service>
9
13
  </services>
10
14