Skip to content

Instantly share code, notes, and snippets.

@rpassis
Last active May 2, 2016 06:11
Show Gist options
  • Save rpassis/64c8191c8e2c7514b3e4164fd35389b7 to your computer and use it in GitHub Desktop.
Save rpassis/64c8191c8e2c7514b3e4164fd35389b7 to your computer and use it in GitHub Desktop.
Xcode bot before trigger with cocoapods
export LC_ALL="en_US.UTF-8"
PODFILE=`find . -type f -name Podfile`
cd `dirname $PODFILE`
POD_PATH=`which pod`
$POD_PATH install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment