Update AIR application template (merge #1203)

This commit is contained in:
Joshua Granick
2018-07-19 22:20:48 -07:00
parent b350c44e10
commit 6116bac6da

View File

@@ -66,6 +66,14 @@
</manifestAdditions>
</android>
<iPhone>
<InfoAdditions>
<![CDATA[
::if (IOS_TARGET_DEVICES != null)::<key>UIDeviceFamily</key>
<array>::foreach IOS_TARGET_DEVICES::
<string>__current__</string>::end::
</array>::end::
]]>
</InfoAdditions>
<requestedDisplayResolution>::if WIN_ALLOW_HIGH_DPI::high::else::standard::end::</requestedDisplayResolution>
</iPhone>
::if (extensions != null)::<extensions>::foreach extensions::