Last active
February 21, 2017 03:06
-
-
Save hackjutsu/0d9ef7c1e794889b3571bc12ab49c2cb to your computer and use it in GitHub Desktop.
[Env in Xcode] Open Xcode from terminal so that env defined in .bash_profile could be inherited.
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
| # Xcode should be the default application for .xcodeproj files, so this should work: | |
| open a.xcodeproj | |
| # If that opens a different application, you can force it to use xcode: | |
| open -a Xcode a.xcodeproj |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would love to know if there is a better way to let Xcode to inherit env.