Skip to content

Instantly share code, notes, and snippets.

View mbektchiev's full-sized avatar

Martin Bektchiev mbektchiev

  • Telerik
  • Sofia, Bulgaria
View GitHub Profile
## Show build time
defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
## Fuzzy complete
defaults write com.apple.dt.Xcode IDECodeCompletionFuzzyMode 3
defaults write com.apple.dt.Xcode IDEWorkaroundForRadar6288283 3
## multi-core CPU
defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks `sysctl -n hw.ncpu`