Browse Source

Xcode: Enable BuildIndependentTargetsInParallel

This fixes a warning when running xcodebuild directly
v7.0.9
Tom Poole 2 years ago
parent
commit
3ed327cc39
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h

+ 1
- 0
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h View File

@@ -3498,6 +3498,7 @@ private:
std::map<String, String> attributes;
attributes["LastUpgradeCheck"] = "1340";
attributes["BuildIndependentTargetsInParallel"] = "YES";
attributes["ORGANIZATIONNAME"] = getProject().getCompanyNameString().quoted();
if (projectType.isGUIApplication() || projectType.isAudioPlugin())


Loading…
Cancel
Save