Sha256: 8557737e9379128b47c31fe7bae7865b3780b3d20893f30a85cd866c4cd899b9

Contents?: true

Size: 1.2 KB

Versions: 5

Compression:

Stored size: 1.2 KB

Contents

<?xml version="1.0" encoding="utf-8" ?>
<application 
	xmlns="http://ns.adobe.com/air/application/1.0"
	minimumPatchLevel="0">
<!-- AIR Application Descriptor File. See http://www.adobe.com/go/air_1.0_application_descriptor. -->
	<id>com.Test</id>
	<name>Test</name>
	<version>1.0</version>
	<filename>Test</filename>
	<description>Test</description>
	<copyright>(c) 2007</copyright>
	<initialWindow>
		<content>bin/Test.swf</content>
		<title>Test</title>
		<systemChrome>standard</systemChrome>
		<transparent>false</transparent>
		<visible>true</visible>
		<minimizable>true</minimizable>
		<maximizable>true</maximizable>
		<resizable>true</resizable>
		<width>1024</width>
    <height>768</height>
    <x>100</x>
    <y>50</y>
		<minSize>300 300</minSize>
		<maxSize>800 800</maxSize>
	</initialWindow>
	<installFolder>Test</installFolder>
	<programMenuFolder>Test</programMenuFolder>
	<icon>
	  <!--
		<image16x16>icons/AIRApp_16.png</image16x16>
		<image32x32>icons/AIRApp_32.png</image32x32>
		<image48x48>icons/AIRApp_48.png</image48x48>
		<image128x128>icons/AIRApp_128.png</image128x128>
		-->
	</icon>
	<customUpdateUI>false</customUpdateUI>
	<allowBrowserInvocation>false</allowBrowserInvocation>	
</application>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
flexPartyPlayer-0.0.1 test/Test-app.xml
airake-0.4.2 app_generators/shared/test/Test-app.xml
airake-0.4.3 app_generators/shared/test/Test-app.xml
airake-0.4.4 app_generators/shared/test/Test-app.xml
airake-0.4.5 app_generators/shared/test/Test-app.xml