Update AIR application template (merge #1203)
This commit is contained in:
@@ -66,6 +66,14 @@
|
|||||||
</manifestAdditions>
|
</manifestAdditions>
|
||||||
</android>
|
</android>
|
||||||
<iPhone>
|
<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>
|
<requestedDisplayResolution>::if WIN_ALLOW_HIGH_DPI::high::else::standard::end::</requestedDisplayResolution>
|
||||||
</iPhone>
|
</iPhone>
|
||||||
::if (extensions != null)::<extensions>::foreach extensions::
|
::if (extensions != null)::<extensions>::foreach extensions::
|
||||||
|
|||||||
Reference in New Issue
Block a user