1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Xcode: Enable BuildIndependentTargetsInParallel

This fixes a warning when running xcodebuild directly
This commit is contained in:
Tom Poole 2023-06-26 16:13:51 +01:00
parent 057fd5037e
commit 3ed327cc39

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())