<application xmlns="http://ns.adobe.com/air/application/33.1">
  <id>com.gamua.starling.particles</id>
  <filename>ParticleSystem</filename>
  <name>ParticleSystem</name>
  <versionNumber>0.0.1</versionNumber>
  <initialWindow>
    <content>particle-system.swf</content>
    <visible>true</visible>
    <aspectRatio>any</aspectRatio>
    <autoOrients>true</autoOrients>
    <fullScreen>false</fullScreen>
    <renderMode>direct</renderMode>
    <depthAndStencil>true</depthAndStencil>
  </initialWindow>
  <icon>
    <image57x57>icon57.png</image57x57>
    <image72x72>icon72.png</image72x72>
    <image114x114>icon114.png</image114x114>
    <image144x144>icon144.png</image144x144>
  </icon>
  <iPhone>
    <InfoAdditions>&lt;!-- A list of plist key/value pairs to be added to the application Info.plist --&gt;
            &lt;!-- UIDeviceFamily: 1 - iPhone/iPod Touch; 2 - iPad; both: universal app --&gt;
            &lt;key&gt;UIDeviceFamily&lt;/key&gt;
            &lt;array&gt;
                &lt;string&gt;1&lt;/string&gt;
                &lt;string&gt;2&lt;/string&gt;
            &lt;/array&gt;

            &lt;!-- Only required when using a licensed AIR version.
                 Otherwise, the AIR splash screen is used. --&gt;
            &lt;key&gt;UILaunchStoryboardName&lt;/key&gt;
            &lt;string&gt;LaunchScreen&lt;/string&gt;

            &lt;!-- The minimum version of iOS you want to support. --&gt;
            &lt;key&gt;MinimumOSVersion&lt;/key&gt;
            &lt;string&gt;11.0&lt;/string&gt;</InfoAdditions>
    <requestedDisplayResolution>high</requestedDisplayResolution>
  </iPhone>
  <android>
    <manifestAdditions>&lt;manifest android:installLocation=&quot;auto&quot;&gt;
                 &lt;uses-permission android:name=&quot;android.permission.INTERNET&quot;/&gt;
                 &lt;uses-configuration android:reqFiveWayNav=&quot;true&quot;/&gt;
                 &lt;supports-screens android:normalScreens=&quot;true&quot;/&gt;
                 &lt;uses-feature android:required=&quot;true&quot; android:name=&quot;android.hardware.touchscreen.multitouch&quot;/&gt;
                 &lt;application android:enabled=&quot;true&quot;&gt;
                     &lt;!-- Important to get access to the complete screen on devices with notch / cutouts. --&gt;
                     &lt;meta-data android:name=&quot;android.max_aspect&quot; android:value=&quot;2.5&quot; /&gt;
                     &lt;activity android:excludeFromRecents=&quot;false&quot;&gt;
                         &lt;intent-filter&gt;
                             &lt;action android:name=&quot;android.intent.action.MAIN&quot;/&gt;
                             &lt;category android:name=&quot;android.intent.category.LAUNCHER&quot;/&gt;
                         &lt;/intent-filter&gt;
                     &lt;/activity&gt;
                 &lt;/application&gt;
             &lt;/manifest&gt;</manifestAdditions>
  </android>
</application>