Skip to content

Instantly share code, notes, and snippets.

@powhu
Last active April 20, 2022 15:18
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save powhu/dc0abe33c7a2a4264ebd to your computer and use it in GitHub Desktop.
Save powhu/dc0abe33c7a2a4264ebd to your computer and use it in GitHub Desktop.
## 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`
more.
http://merowing.info/2015/12/little-things-that-can-make-your-life-easier-in-2016/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_231
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment