https://github.com/akitchen/xcodepreferences
A set of rake tasks for maintaining Xcode preferences in source control.
https://github.com/akitchen/xcodepreferences
preferences-helper xcode
Last synced: 3 months ago
JSON representation
A set of rake tasks for maintaining Xcode preferences in source control.
- Host: GitHub
- URL: https://github.com/akitchen/xcodepreferences
- Owner: akitchen
- Created: 2013-07-04T21:29:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T23:17:46.000Z (5 months ago)
- Last Synced: 2025-03-26T10:21:22.157Z (3 months ago)
- Topics: preferences-helper, xcode
- Language: Ruby
- Homepage:
- Size: 35.2 KB
- Stars: 6
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 : trueSpecial thanks to Jonathan Barnes for the original idea, and to Jeff Hui for the defaults automation