Skip to content

Instantly share code, notes, and snippets.

@jhanzo
Forked from nlutsenko/yolo.sh
Created February 3, 2017 12:05
Show Gist options
  • Save jhanzo/c87003876113cc669bcc31daedb87169 to your computer and use it in GitHub Desktop.
Save jhanzo/c87003876113cc669bcc31daedb87169 to your computer and use it in GitHub Desktop.
Fast Xcode builds
defaults write xcodebuild PBXNumberOfParallelBuildSubtasks 4
defaults write xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4
defaults write com.apple.xcode PBXNumberOfParallelBuildSubtasks 4
defaults write com.apple.xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment