Created
July 2, 2015 10:31
-
-
Save depth42/fbe19ed2ac953753e744 to your computer and use it in GitHub Desktop.
How to prevent Xcode from automatically restoring the last open project. This enables running multiple Xcode versions for different projects.
This file contains 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
defaults write com.apple.dt.Xcode ApplePersistenceIgnoreState YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you 🎉