-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiapp.xml
More file actions
29 lines (29 loc) · 875 Bytes
/
tiapp.xml
File metadata and controls
29 lines (29 loc) · 875 Bytes
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>FamineGame</id>
<name>Famine Game</name>
<version>1.0</version>
<publisher>Famine Game Control</publisher>
<url>www.faminegame.org</url>
<icon>app_logo.png</icon>
<copyright>2013 by Famina Game Control</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>Famine Game</title>
<url>app://index.html</url>
<width>1000</width>
<max-width>1000</max-width>
<min-width>1000</min-width>
<height>600</height>
<max-height>600</max-height>
<min-height>600</min-height>
<fullscreen>false</fullscreen>
<resizable>false</resizable>
<chrome scrollbars="true">true</chrome>
<maximizable>false</maximizable>
<minimizable>false</minimizable>
<closeable>true</closeable>
</window>
</ti:app>