Skip to content

Instantly share code, notes, and snippets.

@j3k0
Last active September 25, 2015 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j3k0/566a54615c5689308e7a to your computer and use it in GitHub Desktop.
Save j3k0/566a54615c5689308e7a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/18.0" minimumPatchLevel="0">
<id>nl.goliathgames.triominos</id>
<name>
<text xml:lang="en">Triominos</text>
</name>
<versionNumber>1.4.49</versionNumber>
<versionLabel>v1.4.49</versionLabel>
<filename>Triominos</filename>
<description>
<text xml:lang="en">Triominos</text>
</description>
<copyright>Copyright 2015, Goliath Games</copyright>
<supportedLanguages>en fr es de nl pt pl</supportedLanguages>
<extensions>
<extensionID>com.freshplanet.AirFacebook</extensionID>
<extensionID>com.freshplanet.AirPushNotification</extensionID>
</extensions>
<initialWindow>
<content>Triominos.swf</content>
<title>Triominos</title>
<aspectRatio>landscape</aspectRatio>
<renderMode>direct</renderMode>
<autoOrients>false</autoOrients>
<fullScreen>true</fullScreen>
<visible>true</visible>
<softKeyboardBehavior>none</softKeyboardBehavior>
</initialWindow>
<icon>
<image29x29>icons/icon-small.png</image29x29>
<image40x40>icons/icon-40.png</image40x40>
<image48x48>icons/mdpi.png</image48x48>
<image50x50>icons/icon-50.png</image50x50>
<image57x57>icons/icon.png</image57x57>
<image58x58>icons/icon-small@2x.png</image58x58>
<image72x72>icons/icon-72.png</image72x72>
<image76x76>icons/icon-76.png</image76x76>
<image80x80>icons/icon-40@2x.png</image80x80>
<image96x96>icons/xhdpi.png</image96x96>
<image100x100>icons/icon-50@2x.png</image100x100>
<image114x114>icons/icon@2x.png</image114x114>
<image120x120>icons/icon-60@2x.png</image120x120>
<image144x144>icons/icon-72@2x.png</image144x144>
<image152x152>icons/icon-76@2x.png</image152x152>
</icon>
<android>
<colorDepth>16bit</colorDepth>
<manifestAdditions><![CDATA[
<manifest android:installLocation="auto">
<!--See the Adobe AIR documentation for more information about setting Google Android permissions-->
<!--Removing the permission android.permission.INTERNET will have the side effect
of preventing you from debugging your application on your device-->
<uses-permission android:name="android.permission.INTERNET"/>
<!-- uses-permission android:name="android.permission.RECORD_AUDIO"/ -->
<!-- uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/ -->
<!-- uses-feature android:name="android.hardware.microphone" android:required="true"/ -->
<!--<uses-permission android:name="android.permission.READ_PHONE_STATE"/>-->
<!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>-->
<!--The DISABLE_KEYGUARD and WAKE_LOCK permissions should be toggled together
in order to access AIR's SystemIdleMode APIs-->
<!--<uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>-->
<!--<uses-permission android:name="android.permission.WAKE_LOCK"/>-->
<!--<uses-permission android:name="android.permission.CAMERA"/>-->
<!--<uses-permission android:name="android.permission.RECORD_AUDIO"/>-->
<!--The ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE permissions should be toggled
together in order to use AIR's NetworkInfo APIs-->
<!--<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>-->
<!--<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>-->
<application>
<!-- For ANE-Facebook -->
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="fb1055280931166660"/>
<activity android:name="com.facebook.FacebookActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:label="Triominos" />
<activity android:name="com.freshplanet.ane.AirFacebook.LoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />
<activity android:name="com.freshplanet.ane.AirFacebook.ShareDialogActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />
<activity android:name="com.freshplanet.ane.AirFacebook.AppInviteActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />
<activity android:name="com.freshplanet.ane.AirFacebook.GameRequestActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />
</application>
</manifest>
]]></manifestAdditions>
</android>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment