-
Notifications
You must be signed in to change notification settings - Fork 1
/
application.xml
39 lines (39 loc) · 1.33 KB
/
application.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<application xmlns="http://ns.adobe.com/air/application/32.0">
<id>Gur2rainer</id>
<versionNumber>1.0</versionNumber>
<filename>GUR2rainer</filename>
<name>
<text xml:lang="en">GUR2rainer</text>
</name>
<description>
<text xml:lang="en">yea</text>
</description>
<initialWindow>
<title>GUR2rainer</title>
<content>GUR2rainer.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
<aspectRatio>landscape</aspectRatio>
<renderMode>direct</renderMode>
<autoOrients>false</autoOrients>
<fullScreen>false</fullScreen>
<softKeyboardBehavior>none</softKeyboardBehavior>
<depthAndStencil>true</depthAndStencil>
<requestedDisplayResolution>high</requestedDisplayResolution>
</initialWindow>
<!--
More options:
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413
-->
<versionLabel>2021.02.06.0</versionLabel>
<android>
<manifestAdditions><![CDATA[<manifest android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android" />]]></manifestAdditions>
</android>
<supportedLanguages>en</supportedLanguages>
<copyright>.v.</copyright>
</application>