quick-n-dirty scripts to change the android package name/app title for test builds - used by the build scripts
This commit is contained in:
8
mobile-test-revert
Executable file
8
mobile-test-revert
Executable 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
|
||||
|
Reference in New Issue
Block a user