Allow mixed language configuration in Xcode project

This commit is contained in:
LRFLEW 2016-01-23 16:36:55 -07:00
parent d585f85267
commit 6576878540
1 changed files with 2 additions and 0 deletions

View File

@ -22,5 +22,7 @@
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>OpenRCT2 is licensed under the GNU General Public License version 3</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
</dict>
</plist>