Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mbektchiev/5d4e0eb51d97bf797afb7b2291d12fe1 to your computer and use it in GitHub Desktop.

Select an option

Save mbektchiev/5d4e0eb51d97bf797afb7b2291d12fe1 to your computer and use it in GitHub Desktop.
Xcode hidden settings
defaults write com.apple.dt.Xcode ExplainWhyBuildCommandsAreRun -bool true
defaults write com.apple.dt.Xcode ShowBuildOperationDuration YES
defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks `sysctl -n hw.ncpu`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment