mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 22:36:01 +00:00
fix for reset script
This commit is contained in:
parent
5b3825092d
commit
a47d6b12c0
@ -3,7 +3,10 @@
|
||||
set -o pipefail
|
||||
set -e
|
||||
|
||||
source "$(dirname "$0")/swift-version.sh"
|
||||
export REALM_SWIFT_VERSION=3.0.1
|
||||
if [[ -z "$DEVELOPER_DIR" ]]; then
|
||||
export DEVELOPER_DIR="$(xcode-select -p)"
|
||||
fi
|
||||
|
||||
while pgrep -q Simulator; do
|
||||
# Kill all the current simulator processes as they may be from a
|
||||
|
Loading…
x
Reference in New Issue
Block a user