diff options
| author | = <=> | 2019-03-13 11:53:57 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-13 11:53:57 -0400 |
| commit | a9440d6cf3563c1ec5568f6d952b764cf1b4a906 (patch) | |
| tree | a59eb541cde9b00607ccd6db34ff25591efa9956 /tests/testcases/copy_binary.sh | |
| parent | 8664c6d5f93d727f05e001d2e515df25314624a6 (diff) | |
#719 iOS support (buggy)
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/ |
