-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtiapp.xml
More file actions
38 lines (38 loc) · 1.36 KB
/
tiapp.xml
File metadata and controls
38 lines (38 loc) · 1.36 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
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<target device="mobileweb">true</target>
<target device="iphone">false</target>
<target device="ipad">false</target>
<target device="blackberry">false</target>
<target device="android">false</target>
</deployment-targets>
<guid>d5475b73-7798-4be1-9bb6-dd810dc628f9</guid>
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.agiliq.flipu</id>
<name>flipu</name>
<version>1.0</version>
<publisher>shabda</publisher>
<url>http://</url>
<description>not specified</description>
<icon>default_app_logo.png</icon>
<copyright>2011 by shabda</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>