From 59b55ba4779c425cecf952c50ca58706762f69a7 Mon Sep 17 00:00:00 2001 From: quellish Date: Wed, 6 Dec 2017 00:47:25 -0800 Subject: [PATCH] Fixed incorrect flag value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 706afd8..10c939c 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Xcode 9.2 has experimental support for increasing the number of concurrent build To enable this feature, quit Xcode and enter this command in a Terminal window: ``` -$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool YES +$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool NO ``` Test wether this benefits your project. For many projects it may not make a difference, but for others the savings may be very significant.