Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
- <application xmlns="http://ns.adobe.com/air/application/15.0">
- <id>FirstAndroidApp</id>
- <versionNumber>1.1.9</versionNumber>
- <versionLabel>1.1.9</versionLabel>
- <filename>F Runner</filename>
- <description/>
- <!-- 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>-->
- <name>F Runner</name>
- <!-- 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>-->
- <copyright/>
- <initialWindow>
- <content>FirstAndroidApp.swf</content>
- <systemChrome>standard</systemChrome>
- <transparent>false</transparent>
- <visible>true</visible>
- <fullScreen>false</fullScreen>
- <aspectRatio>portrait</aspectRatio>
- <renderMode>auto</renderMode>
- <autoOrients>false</autoOrients></initialWindow>
- <icon>
- <image72x72>AppIconsForPublish/TheFRunnerLogo.png</image72x72>
- </icon>
- <customUpdateUI>false</customUpdateUI>
- <allowBrowserInvocation>false</allowBrowserInvocation>
- <android>
- <manifestAdditions>
- <![CDATA[
- <manifest android:installLocation="auto">
- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19" />
- <uses-permission android:name="android.permission.INTERNET"/>
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
- <application>
- <!-- this meta-data tag is required for AdMob -->
- <meta-data android:name="com.google.android.gms.version" android:value="4452000"/>
- <!-- this activity is required for AdMob -->
- <activity android:name="com.google.android.gms.ads.AdActivity"
- android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|
- screenSize|smallestScreenSize"
- android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
- </application>
- </manifest>]]>
- </manifestAdditions>
- </android>
- <iPhone>
- <requestedDisplayResolution>high</requestedDisplayResolution>
- <InfoAdditions>
- <![CDATA[
- <key>UIDeviceFamily</key>
- <array>
- <string>1</string>
- <string>2</string>
- </array>
- ]]>
- </InfoAdditions>
- </iPhone>
- <supportedLanguages>en</supportedLanguages>
- <extensions>
- <extensionID>com.milkmangames.extensions.AdMob</extensionID>
- <extensionID>com.milkmangames.extensions.GoogleServices</extensionID>
- </extensions>
- </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement