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

Projucer: Amend 499a4240 slightly to add both warning settings to preserve compatibility with older Xcode versions

This commit is contained in:
ed 2021-10-15 12:24:35 +01:00
parent 1e0acdf83d
commit 3c82b3b906

View file

@ -2404,6 +2404,8 @@ private:
<< "<dict>" << newLine
<< "\t" << "<key>BuildSystemType</key>" << newLine
<< "\t" << "<string>Original</string>" << newLine
<< "\t" << "<key>DisableBuildSystemDeprecationWarning</key>" << newLine
<< "\t" << "<true/>" << newLine
<< "\t" << "<key>DisableBuildSystemDeprecationDiagnostic</key>" << newLine
<< "\t" << "<true/>" << newLine
<< "</dict>" << newLine