diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-02 10:49:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-02 10:49:25 -0400 |
| commit | 54a54a2907cbf8f07cab2c05dd478570c78cf3f1 (patch) | |
| tree | 18dd08033f2d96ab48f7634480bf306a82f68203 /tests/testcases/copy_binary.sh | |
| parent | 29ac5329274d129b3c85eeda480048c6c7687cc5 (diff) | |
#801 final cleanups, some test aut stuff too
Diffstat (limited to 'tests/testcases/copy_binary.sh')
| -rwxr-xr-x | tests/testcases/copy_binary.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testcases/copy_binary.sh b/tests/testcases/copy_binary.sh index a02e8118..4719ea6b 100755 --- a/tests/testcases/copy_binary.sh +++ b/tests/testcases/copy_binary.sh @@ -1,4 +1,5 @@ #!/bin/bash rm -rf binary/* -cp ../../debug_files/app-debug.apk binary/zmNinja.apk +#cp ../../debug_files/app-debug.apk binary/zmNinja.apk +cp ../../release_files/zmNinja.apk binary/zmNinja.apk cp -R ~/Library/Developer/Xcode/DerivedData/zmNinja-dgoooijqwytvduflzaereulftmpl/Build/Products/Debug-iphonesimulator/zmNinja.app binary/ |
