-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiapp.xml
More file actions
32 lines (32 loc) · 1.14 KB
/
tiapp.xml
File metadata and controls
32 lines (32 loc) · 1.14 KB
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">
<sdk-version>1.1.0</sdk-version>
<guid>7d992ceb-a9e8-42d4-b843-3b07cbc7a302</guid>
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.testproject</id>
<name>TestProject</name>
<version>1.0</version>
<publisher>Rachel</publisher>
<url>http://www.titaniumbunker.com</url>
<description>not specified</description>
<icon>default_app_logo.png</icon>
<copyright>2012 by Rachel</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>DeskTest</title>
<url>app://index.html</url>
<width>700</width>
<max-width>3000</max-width>
<min-width>0</min-width>
<height>500</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>