From 3f3561123acd438c2f3bd1f94a41b61e1b237cd7 Mon Sep 17 00:00:00 2001 From: Goran Jovic Date: Fri, 8 Jun 2018 13:44:11 +0200 Subject: [PATCH] set default ios simulator to empty string Signed-off-by: Goran Jovic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e60c05963..b17876bb86 100644 --- a/Makefile +++ b/Makefile @@ -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)"