-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
32 lines (32 loc) · 1.25 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">
<sdk-version>1.2.0.RC6e</sdk-version>
<guid>8644b229-6e48-4dec-b419-866002767c37</guid>
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.msdev.hds</id>
<name>Highway Data Systems</name>
<version>0.0.1</version>
<publisher>Matatiro Solutions Limited</publisher>
<url>http://www.msdev.co.uk</url>
<description>Provides systems integration for the Highway Data Systems pavement testing environment.</description>
<icon>hds.png</icon>
<copyright>2012 by Highway Data Systems</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>Highway Data systems</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>