set default ios simulator to empty string

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-06-08 13:44:11 +02:00
parent 41761fd8a2
commit 3f3561123a
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ repl-android: ##@repl Start REPL for Android
run-android: ##@run Run Android build
react-native run-android --appIdSuffix debug
SIMULATOR = ""
SIMULATOR=
run-ios: ##@run Run iOS build
ifneq ("$(SIMULATOR)", "")
react-native run-ios --simulator="$(SIMULATOR)"