diff options
Diffstat (limited to 'tests/testcases/copy_binary.sh')
| -rwxr-xr-x | tests/testcases/copy_binary.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testcases/copy_binary.sh b/tests/testcases/copy_binary.sh new file mode 100755 index 00000000..a02e8118 --- /dev/null +++ b/tests/testcases/copy_binary.sh @@ -0,0 +1,4 @@ +#!/bin/bash +rm -rf binary/* +cp ../../debug_files/app-debug.apk binary/zmNinja.apk +cp -R ~/Library/Developer/Xcode/DerivedData/zmNinja-dgoooijqwytvduflzaereulftmpl/Build/Products/Debug-iphonesimulator/zmNinja.app binary/ |
