-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.xml
More file actions
28 lines (28 loc) · 969 Bytes
/
application.xml
File metadata and controls
28 lines (28 loc) · 969 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<application xmlns="http://ns.adobe.com/air/application/18.0">
<id>com.ester.printer</id>
<versionNumber>1.0</versionNumber>
<filename>Swf Printer</filename>
<name>SwfPrinter</name>
<initialWindow>
<title>print swf</title>
<content>print.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<minimizable>false</minimizable>
<maximizable>false</maximizable>
<resizable>false</resizable>
<width>300</width>
<height>300</height>
</initialWindow>
<!--
More options:
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413
-->
<android>
<manifestAdditions><![CDATA[<manifest android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android" />]]></manifestAdditions>
</android>
<copyright>tls @2016</copyright>
<supportedProfiles>desktop</supportedProfiles>
</application>