add the mobile-test-{setup,revert} scripts to master - was done in the new-map-data branch before

This commit is contained in:
Jon Atkins
2013-08-29 20:49:47 +01:00
parent 375a32e8bd
commit 9e1cc62947
2 changed files with 23 additions and 0 deletions

8
mobile-test-revert Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# reverse of mobile-test-setup - reverts the changes made to AndroidManifest.xml and any resource files
mv mobile/AndroidManifest.xml~ mobile/AndroidManifest.xml
mv mobile/res/values/strings.xml~ mobile/res/values/strings.xml