Skip to content

Instantly share code, notes, and snippets.

@depth42
Created July 2, 2015 10:31
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save depth42/fbe19ed2ac953753e744 to your computer and use it in GitHub Desktop.
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.
defaults write com.apple.dt.Xcode ApplePersistenceIgnoreState YES
@devmoath
Copy link

thanks 👍

@longvudai
Copy link

thank you 🎉

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