|
|
|
@ -302,11 +302,11 @@
|
|
|
|
<replace dir="${source.dir}" token="com.timsu.astrid" value="com.todoroo.astridlite"/>
|
|
|
|
<replace dir="${source.dir}" token="com.timsu.astrid" value="com.todoroo.astridlite"/>
|
|
|
|
<replaceregexp file="res/values/strings-core.xml"
|
|
|
|
<replaceregexp file="res/values/strings-core.xml"
|
|
|
|
match="app_name">.*<"
|
|
|
|
match="app_name">.*<"
|
|
|
|
replace="app_name">Reminders\\\\nby Astrid<"
|
|
|
|
replace="app_name">Simple\\\\nTo-do<"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<replaceregexp file="res/values/strings-widget.xml"
|
|
|
|
<replaceregexp file="res/values/strings-widget.xml"
|
|
|
|
match="(PPW_widget.*)Astrid(.*)"
|
|
|
|
match="(PPW_widget.*)Astrid(.*)"
|
|
|
|
replace="\1Reminders -\2"
|
|
|
|
replace="\1Simple To-do -\2"
|
|
|
|
flags="g"
|
|
|
|
flags="g"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|