wopen 0.2
I’ve updated my wopen bash function to open the .xcodeproj file if no .xcworkspace is available.
Copy the alias from here https://gist.github.com/coryalder/5609996
Place in your .bash_profile or .bashrc file (~/.bash_profile).
Example usage:
cd projectdirectory
wopen
issues open projectdirectory.xcworkspace if that file exists, or open projectdirectory.xcodeproj if that file exists, and errors out nicely if neither do.
