Skip to content

Instantly share code, notes, and snippets.

@caubry
Created March 21, 2013 11:04
Show Gist options
  • Select an option

  • Save caubry/5212251 to your computer and use it in GitHub Desktop.

Select an option

Save caubry/5212251 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://ns.adobe.com/air/application/1.0">
<id>com.myTest</id>
<filename>myTest</filename>
<name>NAME</name>
<description>DESCRIPTION</description>
<version>1.0</version>
<initialWindow>
<content>myTest.html</content>
<title>AIR Hello World</title>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
</initialWindow>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment