-
Notifications
You must be signed in to change notification settings - Fork 22
/
application.xml
28 lines (26 loc) · 951 Bytes
/
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
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/27.0">
<id>com.newgrounds.swivel.Swivel</id>
<versionNumber>1.12</versionNumber>
<filename>Swivel</filename>
<name>Swivel</name>
<description>SWF-to-video converter</description>
<copyright>2013 Newgrounds.com, Inc.</copyright>
<supportedProfiles>extendedDesktop desktop</supportedProfiles>
<icon>
<image16x16>assets/icons/SWV_PNG-16.png</image16x16>
<image32x32>assets/icons/SWV_PNG-32.png</image32x32>
<image128x128>assets/icons/SWV_PNG-128.png</image128x128>
<image512x512>assets/icons/SWV_PNG-512.png</image512x512>
</icon>
<initialWindow>
<title>Swivel</title>
<content>bin/Swivel.swf</content>
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
<minimizable>true</minimizable>
<maximizable>false</maximizable>
<resizable>false</resizable>
</initialWindow>
</application>