Skip to content

Instantly share code, notes, and snippets.

@Otbivnoe
Last active May 31, 2018 06:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Otbivnoe/474279b7734fbbc7e3a397481e7f18c2 to your computer and use it in GitHub Desktop.
Save Otbivnoe/474279b7734fbbc7e3a397481e7f18c2 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ -n "$XcodeProjectPath" ]; then
open -a Terminal "$XcodeProjectPath"/..
else
open -a Terminal "$XcodeWorkspacePath"/..
fi
@nmdias
Copy link

nmdias commented Nov 3, 2017

Very useful, thanks 🥇

@0ber
Copy link

0ber commented May 31, 2018

Cool, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment