Skip to content

Instantly share code, notes, and snippets.

@Ashton-W
Created November 7, 2012 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ashton-W/4030501 to your computer and use it in GitHub Desktop.
Save Ashton-W/4030501 to your computer and use it in GitHub Desktop.
small script to install pods and open the workspace
#!/bin/sh
# Add alias to .bash_profile
# alias podopen="sh ~/podopen.sh"
cd "$(dirname "$(find . -name Podfile)")" && pod install && open *.xcworkspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment