Skip to content

Instantly share code, notes, and snippets.

@kinwahlai
Created November 3, 2016 00:34
Show Gist options
  • Save kinwahlai/3755b56ae4fff6b7011144fdb6bfdf54 to your computer and use it in GitHub Desktop.
Save kinwahlai/3755b56ae4fff6b7011144fdb6bfdf54 to your computer and use it in GitHub Desktop.
defaults write xcodebuild PBXNumberOfParallelBuildSubtasks 4
defaults write xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4
defaults write com.apple.dt.Xcode PBXNumberOfParallelBuildSubtasks 4
defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4
defaults write com.apple.dt.Xcode ExplainWhyBuildCommandsAreRun -bool true
defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment