Newer
Older
CEE_VE50 / ceeAIR-app.xml
@cwolsen cwolsen on 22 Aug 2019 1 KB Videos
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- 
	Usage:

	To localize the description, use the following format for the description element.
	<description>
	<text xml:lang="en">English App description goes here</text>
	<text xml:lang="fr">French App description goes here</text>
	<text xml:lang="ja">Japanese App description goes here</text>
	</description>

	To localize the name, use the following format for the name element.
	<name>
	<text xml:lang="en">English App name goes here</text>
	<text xml:lang="fr">French App name goes here</text>
	<text xml:lang="ja">Japanese App name goes here</text>
	</name>
-->
<application xmlns="http://ns.adobe.com/air/application/30.0">
    <id>VE50</id>
    <versionNumber>5.0</versionNumber>
    <filename>_VE50</filename>
    <description/>
    <name>_VE50</name>
    <copyright/>
    <initialWindow>
        <content>ceeAIR.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>false</fullScreen>
        <aspectRatio>portrait</aspectRatio>
        <renderMode>auto</renderMode>
        <maximizable>true</maximizable>
        <minimizable>true</minimizable>
        <resizable>true</resizable>
    </initialWindow>
    <icon>
        <image16x16>icons/16.png</image16x16>
        <image32x32>icons/32.png</image32x32>
        <image48x48>icons/48.png</image48x48>
        <image128x128>icons/128.png</image128x128>
    </icon>
    <customUpdateUI>false</customUpdateUI>
    <allowBrowserInvocation>false</allowBrowserInvocation>
    <supportedProfiles>desktop extendedDesktop </supportedProfiles>
</application>