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