Template script for navigating to a iOS project workspace
cd ~/path/to/project/folder | |
open *.xcworkspace | |
pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd ~/path/to/project/folder | |
open *.xcworkspace | |
pod install |