From f6fcc4643cd5027e33f278e83919acfadb6069ea Mon Sep 17 00:00:00 2001 From: Emil Tabakov Date: Mon, 4 Sep 2017 16:40:27 +0300 Subject: [PATCH] Install Google Chrome on Mac for debugging purpose --- setup/native-script.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/native-script.rb b/setup/native-script.rb index 8687c50336..e13e1d6fd0 100755 --- a/setup/native-script.rb +++ b/setup/native-script.rb @@ -92,6 +92,7 @@ def install_environment_variable(name, value) exit end +install("Google Chrome", "Installing Google Chrome, used for debugging", "brew cask install google-chrome", false, false); install("Java SE Development Kit", "Installing the Java SE Development Kit... This might take some time, please, be patient. (You will be prompted for your password)", 'brew cask install java', false, false) install("Android SDK", "Installing Android SDK", 'brew tap caskroom/cask; brew cask install android-sdk', false) @@ -150,4 +151,4 @@ def install_environment_variable(name, value) end puts "The ANDROID_HOME and JAVA_HOME environment variables have been added to your .bash_profile/.zprofile" -puts "Restart the terminal or run `source ~/.bash_profile` to use them." \ No newline at end of file +puts "Restart the terminal or run `source ~/.bash_profile` to use them."