Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created March 22, 2011 15:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlindquist/881442 to your computer and use it in GitHub Desktop.
Save johnlindquist/881442 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://ns.adobe.com/air/application/2.6">
<id>com.johnlindquist.ipad</id>
<filename>MyApp</filename>
<name>MyApp</name>
<versionNumber>1</versionNumber>
<initialWindow>
<renderMode>gpu</renderMode>
<content>deploy/MyApp.swf</content>
<fullScreen>true</fullScreen>
<aspectRatio>landscape</aspectRatio>
<autoOrients>false</autoOrients>
<visible>true</visible>
</initialWindow>
<supportedProfiles>mobileDevice</supportedProfiles>
<icon>
<image57x57>build/57.png</image57x57>
</icon>
<iPhone>
<InfoAdditions>
<![CDATA[
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UIRequiresPersistentWiFi</key>
<string>YES</string>
<key>UIDeviceFamily</key>
<array>
<string>2</string>
</array>
]]>
</InfoAdditions>
</iPhone>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment