Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated app manifest to be compatible with air 3.7
  • Loading branch information
rob-bateman committed Jun 5, 2013
1 parent 3b2f2f9 commit 8842a5d
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions awaybuilder-desktop/src/AwayBuilderApplication-app.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/3.5">
<application xmlns="http://ns.adobe.com/air/application/3.7">

<!-- Adobe AIR Application Descriptor File Template.
Specifies parameters for identifying, installing, and launching AIR applications.
xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.5
xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.7
The last segment of the namespace specifies the version
of the AIR runtime required for this application to run.
Expand Down Expand Up @@ -45,6 +45,9 @@
<!-- Note: In Flash Builder, the SWF reference is set automatically. -->
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>

<!-- The title of the main window. Optional. -->
<!-- <title></title> -->

<!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
<!-- <systemChrome></systemChrome> -->

Expand All @@ -69,6 +72,12 @@
<!-- The window's initial height in pixels. Optional. -->
<!-- <height></height> -->

<!-- The window's initial x position. Optional. -->
<!-- <x></x> -->

<!-- The window's initial y position. Optional. -->
<!-- <y></y> -->

<!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
<!-- <minSize></minSize> -->

Expand Down Expand Up @@ -97,9 +106,11 @@
<!-- Whether or not to pan when a soft keyboard is raised or lowered (either "pan" or "none"). Optional. Defaults "pan." -->
<!-- <softKeyboardBehavior></softKeyboardBehavior> -->

<autoOrients>false</autoOrients>
<!-- Display Resolution for the app (either "standard" or "high"). Optional, OSX-only. Default "standard" -->
<!-- <requestedDisplayResolution></requestedDisplayResolution> -->
<autoOrients>false</autoOrients>
<fullScreen>true</fullScreen>
<!-- <visible>false</visible> -->
<visible>false</visible>
</initialWindow>

<!-- We recommend omitting the supportedProfiles element, -->
Expand Down Expand Up @@ -205,6 +216,12 @@
</Entitlements> -->
<!-- Display Resolution for the app (either "standard" or "high"). Optional. Default "standard" -->
<!-- <requestedDisplayResolution></requestedDisplayResolution> -->
<!-- Forcing Render Mode CPU for the devices mentioned. Optional -->
<!-- <forceCPURenderModeForDevices></forceCPURenderModeForDevices> -->
<!-- File containing line separated list of external swf paths. These swfs won't be
packaged inside the application and corresponding stripped swfs will be output in
externalStrippedSwfs folder. -->
<!-- <externalSwfs></externalSwfs> -->
<!-- </iPhone> -->

<!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
Expand Down

0 comments on commit 8842a5d

Please sign in to comment.