-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
32 lines (32 loc) · 941 Bytes
/
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 TideSDK Developer -->
<id>com.souldrink.gw2appengine</id>
<name>GW2AppEngine</name>
<version>1.0</version>
<publisher>SouldrinK</publisher>
<url>www.gw2chat.com</url>
<icon>icon.png</icon>
<copyright>2013 by SouldrinK</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>GW2 App Engine</title>
<url>app://index.html</url>
<width>200</width>
<max-width>400</max-width>
<min-width>100</min-width>
<height>300</height>
<max-height>1000</max-height>
<min-height>100</min-height>
<x>10</x>
<y>10</y>
<fullscreen>false</fullscreen>
<resizable>true</resizable>
<chrome scrollbars="false">false</chrome>
<maximizable>false</maximizable>
<minimizable>false</minimizable>
<closeable>true</closeable>
<transparent-background>true</transparent-background>
</window>
</ti:app>