mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-22 19:28:33 +00:00
script fix
This commit is contained in:
parent
d758623f21
commit
e94017d039
@ -3,6 +3,9 @@
|
||||
set -o pipefail
|
||||
set -e
|
||||
|
||||
TARGET=$1
|
||||
CONFIGURATION=${2:-"Debug"}
|
||||
|
||||
if [ "$TARGET" != "react-tests-android" ]; then
|
||||
while pgrep -q Simulator; do
|
||||
# Kill all the current simulator processes as they may be from a
|
||||
@ -14,10 +17,6 @@ while pgrep -q Simulator; do
|
||||
DESTINATION="-destination id=$(xcrun simctl list devices | grep -v unavailable | grep -m 1 -o '[0-9A-F\-]\{36\}')"
|
||||
fi
|
||||
|
||||
|
||||
TARGET=$1
|
||||
CONFIGURATION=${2:-"Debug"}
|
||||
|
||||
function start_packager()
|
||||
{
|
||||
PACKAGER_OUT="packager_out.txt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user