Skip to content

Instantly share code, notes, and snippets.

@DanBurkhardt
Last active August 4, 2019 05:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save DanBurkhardt/2d369692b24b7076ce4c0a6daf1acfc2 to your computer and use it in GitHub Desktop.
Edit Xcode build concurrency settings
defaults write com.apple.dt.xcodebuildPBXNumberOfParallelBuildSubtasks 12
defaults write com.apple.dt.xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks 12
defaults write com.apple.dt.xcode PBXNumberOfParallelBuildSubtasks 12
defaults write com.apple.dt.xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment