From ed65ba0ba711714fcb142ddec5c4d6cb582a44fc Mon Sep 17 00:00:00 2001 From: Jarrad Hope Date: Thu, 2 Jun 2016 11:51:44 +0200 Subject: [PATCH] update run-osx for unit tests and iTerm new release Former-commit-id: 058f470ea7fd00d50de7f6ef20642d5608b44831 --- .re-natal | 2 +- env/dev/env/android/main.cljs | 2 +- run-osx.sh | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.re-natal b/.re-natal index b4f25ba62a..1455b14c43 100644 --- a/.re-natal +++ b/.re-natal @@ -1,7 +1,7 @@ { "name": "StatusIm", "interface": "reagent", - "androidHost": "10.0.3.2", + "androidHost": "localhost", "modules": [ "react-native-contacts", "react-native-invertible-scroll-view", diff --git a/env/dev/env/android/main.cljs b/env/dev/env/android/main.cljs index f0c3d96fca..1bf474e505 100644 --- a/env/dev/env/android/main.cljs +++ b/env/dev/env/android/main.cljs @@ -10,7 +10,7 @@ (def root-el (r/as-element [reloader])) (figwheel/watch-and-reload - :websocket-url "ws://10.0.3.2:3449/figwheel-ws" + :websocket-url "ws://localhost:3449/figwheel-ws" :heads-up-display false :jsload-callback #(swap! cnt inc)) diff --git a/run-osx.sh b/run-osx.sh index d02de2a3e1..64a86b653f 100755 --- a/run-osx.sh +++ b/run-osx.sh @@ -17,11 +17,13 @@ function tab () { fi osascript &>/dev/null <