Build script should modify C2DMReceiver declaration in manifest correctly

pull/14/head
Sam Bosley 13 years ago
parent 7e98b76c43
commit c5c5f170ea

@ -259,6 +259,16 @@
replace="action android:name="com.todoroo.astridlite"
flags="g"
/>
<replaceregexp file="AndroidManifest.xml"
match="category android:name=&quot;com.timsu.astrid&quot;"
replace="category android:name=&quot;com.timsu.astrid&quot;"
flags="g"
/>
<replaceregexp file="AndroidManifest.xml"
match="com.timsu.astrid.C2DMReceiver"
replace="com.todoroo.astridlite.C2DMReceiver"
flags="g"
/>
<replaceregexp file="AndroidManifest.xml"
match="com.timsu.astrid.permission"
replace="com.todoroo.astridlite.permission"

Loading…
Cancel
Save