forked from TerryCavanagh/boscaceoil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.xml
44 lines (38 loc) · 1.15 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
40
41
42
43
44
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/17.0">
<id>BoscaCeoil</id>
<versionNumber>2.0</versionNumber>
<filename>BoscaCeoil</filename>
<name>Bosca Ceoil</name>
<description></description>
<copyright></copyright>
<icon>
<image16x16>assets/bc_16.png</image16x16>
<image32x32>assets/bc_32.png</image32x32>
<image48x48>assets/bc_48.png</image48x48>
<image128x128>assets/bc_128.png</image128x128>
</icon>
<initialWindow>
<title>Bosca Ceoil</title>
<content>BoscaCeoil.swf</content>
<systemChrome>standard</systemChrome>
<renderMode>gpu</renderMode>
<transparent>false</transparent>
<visible>true</visible>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
</initialWindow>
<fileTypes>
<fileType>
<name>foo.ceol</name>
<extension>ceol</extension>
<description>CEOL music file</description>
<contentType>text/plain</contentType>
</fileType>
</fileTypes>
<!--
More options:
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413
-->
</application>