Add support for languages field in iOS/Android/AIR templates

This commit is contained in:
Joshua Granick
2018-07-07 06:48:51 -07:00
parent cd7d2b3fcf
commit 673d1cf014
3 changed files with 76 additions and 70 deletions

View File

@@ -4,6 +4,10 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
::if (languages != null)::<key>CFBundleLocalizations</key>
<array>::foreach languages::
<string>::__current__::</string>::end::
</array>::end::
<key>CFBundleDisplayName</key>
<string>::APP_TITLE::</string>
<key>CFBundleExecutable</key>