Created
March 21, 2013 11:04
-
-
Save caubry/5212251 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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