/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install java11
echo 'export PATH="/usr/local/opt/openjdk@11/bin:$PATH"' >> ~/.zshrc
brew install jenkins
brew services start jenkins
brew services stop jenkins
vi /Users/ricardomaqueda/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
sudo gem install cocoapods
brew install carthage
brew install fastlane
brew install sonar-scanner
Copy xccov-to-sonarqube-generic.sh to a directory in $PATH
Copy ota_ipa.sh to a directory in $PATH