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
|
|
@ -2398,16 +2398,16 @@ private:
|
|||
{
|
||||
mo.setNewLineString (getNewLineString());
|
||||
|
||||
mo << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << newLine
|
||||
mo << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << newLine
|
||||
<< "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">" << newLine
|
||||
<< "<plist version=\"1.0\">" << newLine
|
||||
<< "<dict>" << newLine
|
||||
<< "\t" << "<key>BuildSystemType</key>" << newLine
|
||||
<< "\t" << "<string>Original</string>" << newLine
|
||||
<< "\t" << "<key>DisableBuildSystemDeprecationWarning</key>" << newLine
|
||||
<< "\t" << "<true/>" << newLine
|
||||
<< "</dict>" << newLine
|
||||
<< "</plist>" << newLine;
|
||||
<< "<plist version=\"1.0\">" << newLine
|
||||
<< "<dict>" << newLine
|
||||
<< "\t" << "<key>BuildSystemType</key>" << newLine
|
||||
<< "\t" << "<string>Original</string>" << newLine
|
||||
<< "\t" << "<key>DisableBuildSystemDeprecationDiagnostic</key>" << newLine
|
||||
<< "\t" << "<true/>" << newLine
|
||||
<< "</dict>" << newLine
|
||||
<< "</plist>" << newLine;
|
||||
});
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue