Turn Off Xcode Undo Warning
I am not sure how many other people get irritated when trying to undo in Xcode. When you save a file you always get a prompt that asks if you want to undo after a save. Running this simple command in Terminal will get rid of that annoying warning.
defaults write com.apple.Xcode XCShowUndoPastSaveWarning NOYou will have to restart Xcode after changing this setting.
Reblogged from kwigbo