From a9440d6cf3563c1ec5568f6d952b764cf1b4a906 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 13 Mar 2019 11:53:57 -0400 Subject: #719 iOS support (buggy) --- tests/testcases/copy_binary.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/testcases/copy_binary.sh (limited to 'tests/testcases/copy_binary.sh') 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/ -- cgit v1.2.3