-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
29 lines (29 loc) · 863 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 TideSDK Developer -->
<id>com.haroldook.tidebrewer</id>
<name>TideBrewer</name>
<version>0.1</version>
<publisher>Haroldo</publisher>
<url>www.haroldo-ok.com</url>
<icon>default_app_logo.png</icon>
<copyright>2013 by Haroldo</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>TideBrewer</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>