-
Notifications
You must be signed in to change notification settings - Fork 0
/
doctool.xml
33 lines (33 loc) · 1.06 KB
/
doctool.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
<?xml version ="1.0" encoding="utf-8" ?>
<application
xmlns="http://ns.adobe.com/air/application/2.0"
minimumPatchLevel="0">
<id>com.uxebu.doctools</id>
<version>1.0</version>
<filename>UxebuDoctools</filename>
<description>Doc editor</description>
<name>Uxebu Doctools</name>
<copyright>(c) 2010 Uxebu</copyright>
<initialWindow>
<content>index.html</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<width>1000</width>
<height>800</height>
<!--<fullScreen>true</fullScreen>
<aspectRatio>portrait</aspectRatio>
--><maximizable>false</maximizable>
<minimizable>true</minimizable>
<resizable>true</resizable>
</initialWindow>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<supportedProfiles>extendedDesktop</supportedProfiles>
<icon>
<image16x16>icons/AIRApp_16.png</image16x16>
<image32x32>icons/AIRApp_32.png</image32x32>
<image48x48>icons/AIRApp_48.png</image48x48>
<image128x128>icons/AIRApp_128.png</image128x128>
</icon>
</application>