Created
March 23, 2013 22:50
-
-
Save caubry/5229644 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/3.0"> | |
| <id>example.HelloWorld</id> | |
| <versionNumber>1.0.1</versionNumber> | |
| <filename>Hello World</filename> | |
| <name>Example Co. AIR Hello World</name> | |
| <description> | |
| <text xml:lang="en">This is an example.</text> | |
| <text xml:lang="fr">C'est un exemple.</text> | |
| <text xml:lang="es">Esto es un ejemplo.</text> | |
| </description> | |
| <copyright>Copyright (c) 2010 Example Co.</copyright> | |
| <initialWindow> | |
| <title>Hello World</title> | |
| <content> | |
| HelloWorld.swf | |
| </content> | |
| </initialWindow> | |
| <icon> | |
| <image16x16>icons/smallIcon.png</image16x16> | |
| <image32x32>icons/mediumIcon.png</image32x32> | |
| <image48x48>icons/bigIcon.png</image48x48> | |
| <image128x128>icons/biggerIcon.png</image128x128> | |
| </icon> | |
| </application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment