Skip to content

Instantly share code, notes, and snippets.

@hyuni
Forked from nlutsenko/yolo.sh
Created August 20, 2017 05:18
Show Gist options
  • Save hyuni/fce0d36b3a95e43ab8c2252773e5b4ef to your computer and use it in GitHub Desktop.
Save hyuni/fce0d36b3a95e43ab8c2252773e5b4ef 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