Skip to content

Instantly share code, notes, and snippets.

@djtech42
Last active August 29, 2015 14:27
Show Gist options
  • Save djtech42/fd4f4be83d33b6a10ab2 to your computer and use it in GitHub Desktop.
Save djtech42/fd4f4be83d33b6a10ab2 to your computer and use it in GitHub Desktop.
Force Quit Xcode and Don't Open Projects on Reopen
#!/bin/bash
killall Xcode
rm -rf ~/Library/Autosave Information/
rm -rf ~/Library/Saved Application State/com.apple.dt.Xcode.savedState
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment