-
Notifications
You must be signed in to change notification settings - Fork 9
/
application.xml
executable file
·37 lines (37 loc) · 1.26 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
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/2.5">
<id>Spaz.AIR</id>
<publisherID>16CB261D461B1CA2027F7C39946115FA2DC8CD7F.1</publisherID>
<name>Spaz</name>
<versionNumber>0.9.23</versionNumber>
<filename>Spaz</filename>
<description>
<text xml:lang="en">A microblogging client for Twitter, Identi.ca, and StatusNet</text>
</description>
<copyright>Copyright © Funkatron Productions</copyright>
<initialWindow>
<content>index.html</content>
<title>Spaz</title>
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>false</visible>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
<width>350</width>
<height>580</height>
<minSize>310 200</minSize>
<x>150</x>
<y>150</y>
</initialWindow>
<programMenuFolder>Spaz</programMenuFolder>
<icon>
<image128x128>images/spaz-icon-alpha.png</image128x128>
<image48x48>images/spaz-icon-alpha_48.png</image48x48>
<image32x32>images/spaz-icon-alpha_32.png</image32x32>
<image16x16>images/spaz-icon-alpha_16.png</image16x16>
</icon>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<supportedProfiles>desktop</supportedProfiles>
</application>