Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 652 Bytes

XcodePreferences

My current Xcode preferences

Clone it and rake to enjoy the purple darkness and also the keybindings.

The default rake task will also update a handful of Xcode's internal preferences:

  • DVTTextShowLineNumbers : true
  • IDEEditorCoordinatorTarget_Click : FocusedEditor
  • DVTTextWrappedLinesIndentWidth : 2
  • IDEKeyBindingCurrentPreferenceSet : akitchen (that's me)
  • IDEBuildingContinueBuildingAfterErrors : true
  • IDEEditorCoordinatorTarget_DoubleClick : SeparateTab
  • DVTTextEditorTrimWhitespaceOnlyLines : true

Special thanks to Jonathan Barnes for the original idea, and to Jeff Hui for the defaults automation