Last active
May 31, 2018 06:49
-
-
Save Otbivnoe/474279b7734fbbc7e3a397481e7f18c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ -n "$XcodeProjectPath" ]; then | |
open -a Terminal "$XcodeProjectPath"/.. | |
else | |
open -a Terminal "$XcodeWorkspacePath"/.. | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very useful, thanks 🥇