-
Notifications
You must be signed in to change notification settings - Fork 1
/
tiapp.xml
29 lines (29 loc) · 834 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
<?xml version='1.0' encoding='UTF-8'?>
<ti:app xmlns:ti='http://ti.appcelerator.org'>
<!-- These values are edited/maintained by Titanium Developer -->
<id>titanium.irb</id>
<name>Titanium IRB</name>
<version>1.0</version>
<publisher>roman</publisher>
<url>SimpleWebApp</url>
<icon>logo.png</icon>
<copyright>2009 by roman</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>Titanium IRB</title>
<url>app://index.html</url>
<width>800</width>
<max-width>3000</max-width>
<min-width>0</min-width>
<height>400</height>
<max-height>3000</max-height>
<min-height>0</min-height>
<fullscreen>false</fullscreen>
<resizable>true</resizable>
<chrome scrollbars="true">true</chrome>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<closeable>true</closeable>
</window>
</ti:app>