Skip to content

Instantly share code, notes, and snippets.

@amyhametov
Last active August 9, 2018 20:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amyhametov/7906bd811d683d14f19e75d6b6782852 to your computer and use it in GitHub Desktop.
Save amyhametov/7906bd811d683d14f19e75d6b6782852 to your computer and use it in GitHub Desktop.
Install dependencies for building Xcode projects
#made with fun
sudo echo | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
sudo gem install xcpretty
sudo gem install fastlane
sudo gem install xcode-install
sudo gem install cocoapods
export FASTLANE_USER="your@account.todevapple"
export FASTLANE_PASSWORD="yourpasswordtoaccont"
xcversion install 9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment