Advertisement
Guest User

Untitled

a guest
Feb 19th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <application xmlns="http://ns.adobe.com/air/application/4.0">
  3.   <id>Gabor</id>
  4.   <versionNumber>1.0.4</versionNumber>
  5.   <versionLabel>1.0.4</versionLabel>
  6.   <filename>Gabor Eye Test</filename>
  7.   <description/>
  8. <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
  9.   <name>Gabor Eye Test</name>
  10. <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
  11.   <copyright/>
  12.   <initialWindow>
  13.     <content>Gabor.swf</content>
  14.     <systemChrome>standard</systemChrome>
  15.     <transparent>false</transparent>
  16.     <visible>true</visible>
  17.     <fullScreen>true</fullScreen>
  18.     <aspectRatio>landscape</aspectRatio>
  19.     <renderMode>auto</renderMode>
  20.     <autoOrients>true</autoOrients></initialWindow>
  21.   <icon>
  22.     <image36x36>icon36.png</image36x36>
  23.     <image48x48>icon48.png</image48x48>
  24.     <image72x72>icon72.png</image72x72>
  25.   </icon>
  26.   <customUpdateUI>false</customUpdateUI>
  27.   <allowBrowserInvocation>false</allowBrowserInvocation>
  28.   <android>
  29.     <manifestAdditions>
  30.       <![CDATA[<manifest>
  31. <uses-permission android:name="android.permission.WAKE_LOCK"/>
  32.            <manifest android:installLocation="preferExternal">
  33.                <uses-permission android:name="android.permission.INTERNET"/>
  34.            </manifest>
  35. </manifest>]]>
  36.     </manifestAdditions>
  37.   </android>
  38. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement