-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtiapp.xml
32 lines (32 loc) · 1.01 KB
/
tiapp.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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.funkatron.app.spaz.desktop</id>
<name>Spaz</name>
<version>0.10.0</version>
<publisher>Funkatron Productions</publisher>
<url>http://getspaz.com</url>
<icon>spaz-icon-flat-512.png</icon>
<copyright>© Funkatron Productions</copyright>
<analytics>false</analytics>
<!-- Window Definition - these values can be edited -->
<window>
<id>main</id>
<title>Spaz</title>
<url>app://index.html</url>
<width>360</width>
<max-width>3000</max-width>
<min-width>320</min-width>
<height>580</height>
<max-height>3000</max-height>
<min-height>200</min-height>
<fullscreen>false</fullscreen>
<resizable>true</resizable>
<chrome scrollbars="true">true</chrome>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<closeable>true</closeable>
<chrome>true</chrome>
<transparent-background>false</transparent-background>
</window>
</ti:app>