Skip to content

Instantly share code, notes, and snippets.

@dinneo
Forked from nlutsenko/yolo.sh
Created December 31, 2016 17:09
Show Gist options
  • Save dinneo/1a2e3570666e2fa44dfadd71e5728a59 to your computer and use it in GitHub Desktop.
Save dinneo/1a2e3570666e2fa44dfadd71e5728a59 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