-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
33 lines (33 loc) · 1.19 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
33
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<sdk-version>1.1.0</sdk-version>
<guid>43b45447-5e2f-4cd9-95b1-41433b0acb47</guid>
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.pomodoly</id>
<name>Pomodoly</name>
<version>1.0</version>
<publisher>Devnology</publisher>
<url>http://pomodoly.com</url>
<description>not specified</description>
<icon>default_app_logo.png</icon>
<copyright>2012 by Devnology</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>Pomodoly</title>
<url>app://index.html</url>
<width>700</width>
<max-width>3000</max-width>
<min-width>50</min-width>
<height>500</height>
<max-height>3000</max-height>
<min-height>50</min-height>
<fullscreen>false</fullscreen>
<resizable>true</resizable>
<chrome scrollbars="true">true</chrome>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<closeable>true</closeable>
<transparent-background>false</transparent-background>
</window>
</ti:app>