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:
parent
057fd5037e
commit
3ed327cc39
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue