mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fix a localisation warning in the latest version of Xcode 10 for generated projects
This commit is contained in:
parent
9762e29007
commit
e987d89624
1 changed files with 3 additions and 0 deletions
|
|
@ -3187,6 +3187,9 @@ private:
|
|||
|
||||
auto targetString = "(" + targetIDs.joinIntoString (", ") + ")";
|
||||
v->setProperty ("targets", targetString, nullptr);
|
||||
|
||||
v->setProperty ("knownRegions", "(en, Base)", nullptr);
|
||||
|
||||
misc.add (v);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue