-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain-app.xml
24 lines (24 loc) · 882 Bytes
/
Main-app.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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<application xmlns="http://ns.adobe.com/air/application/30.0">
<id>net.sfxworks.get</id>
<versionNumber>0.1</versionNumber>
<filename>Get</filename>
<description>Get various resources and display them. Currently Openstack instances.</description>
<name>Get</name>
<copyright>quantomworks 2019</copyright>
<initialWindow>
<content>Main.swf</content>
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
<fullScreen>false</fullScreen>
<aspectRatio>portrait</aspectRatio>
<renderMode>direct</renderMode>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<resizable>true</resizable>
</initialWindow>
<icon/>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
</application>