mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fix legacy build system setting for Xcode 13
This commit is contained in:
parent
63ac579c1b
commit
499a424052
1 changed files with 9 additions and 9 deletions
|
|
@ -2404,7 +2404,7 @@ private:
|
|||
<< "<dict>" << newLine
|
||||
<< "\t" << "<key>BuildSystemType</key>" << newLine
|
||||
<< "\t" << "<string>Original</string>" << newLine
|
||||
<< "\t" << "<key>DisableBuildSystemDeprecationWarning</key>" << newLine
|
||||
<< "\t" << "<key>DisableBuildSystemDeprecationDiagnostic</key>" << newLine
|
||||
<< "\t" << "<true/>" << newLine
|
||||
<< "</dict>" << newLine
|
||||
<< "</plist>" << newLine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue