1
0
Fork 0
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:
ed 2019-02-11 15:31:03 +00:00
parent 9762e29007
commit e987d89624

View file

@ -3187,6 +3187,9 @@ private:
auto targetString = "(" + targetIDs.joinIntoString (", ") + ")";
v->setProperty ("targets", targetString, nullptr);
v->setProperty ("knownRegions", "(en, Base)", nullptr);
misc.add (v);
}