mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
set default ios simulator to empty string
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
41761fd8a2
commit
3f3561123a
2
Makefile
2
Makefile
@ -111,7 +111,7 @@ repl-android: ##@repl Start REPL for Android
|
|||||||
run-android: ##@run Run Android build
|
run-android: ##@run Run Android build
|
||||||
react-native run-android --appIdSuffix debug
|
react-native run-android --appIdSuffix debug
|
||||||
|
|
||||||
SIMULATOR = ""
|
SIMULATOR=
|
||||||
run-ios: ##@run Run iOS build
|
run-ios: ##@run Run iOS build
|
||||||
ifneq ("$(SIMULATOR)", "")
|
ifneq ("$(SIMULATOR)", "")
|
||||||
react-native run-ios --simulator="$(SIMULATOR)"
|
react-native run-ios --simulator="$(SIMULATOR)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user