从Adobe AIR的iOS应用程序删除图标光泽效果?
问题描述:
如何从编译使用Adobe AIR的iOS应用程序的时候添加默认的光泽效果,你prevent的iTunes?使用Adobe Flash CS6。 。 。
How do you prevent iTunes from adding the default gloss effect when compiling an iOS app using Adobe Air? Using Adobe Flash CS6. . . .
答
添加以下的InfoAdditions元素在应用程序描述符文件:
Add the following to the InfoAdditions element in the application descriptor file:
<InfoAdditions>
<![CDATA[
<key>UIPrerenderedIcon</key>
<true/>
]]>
</InfoAdditions>
从:http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.html