Skip to content

Instantly share code, notes, and snippets.

@mwrites
Last active January 30, 2017 06:25
Show Gist options
  • Save mwrites/1565a1f592192b084b9133a7f0eb0be3 to your computer and use it in GitHub Desktop.
Save mwrites/1565a1f592192b084b9133a7f0eb0be3 to your computer and use it in GitHub Desktop.
Open workspace or xcodeproj
#!/bin/bash
open -a "/Applications/Xcode.app" *.xcworkspace &>/dev/null || open -a "/Applications/Xcode.app" *xcodeproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment