1
0
Fork 0
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:
ed 2021-10-15 09:19:11 +01:00
parent 63ac579c1b
commit 499a424052

View file

@ -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;