Merge branch 'al-sync-user-tests' of https://github.com/realm/realm-js into al-sync-user-tests

This commit is contained in:
Ari Lazier 2016-11-10 11:45:04 -08:00
commit 0cc306ca26
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ echo "$devices" | ruby -rjson -e 'puts JSON.parse($stdin.read)["devices"].flat_m
done
wait
xcrun simctl boot "iPhone 5" # React Native seems to want to test with this device
if [[ -a "${DEVELOPER_DIR}/Applications/Simulator.app" ]]; then
open "${DEVELOPER_DIR}/Applications/Simulator.app"
fi