Created
June 25, 2018 15:02
-
-
Save mbektchiev/5d4e0eb51d97bf797afb7b2291d12fe1 to your computer and use it in GitHub Desktop.
Xcode hidden settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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