forked from appcelerator-archive/titanium_developer
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtiapp.xml
31 lines (30 loc) · 1.05 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
<?xml version='1.0' encoding='UTF-8'?>
<ti:app xmlns:ti='http://ti.appcelerator.org'>
<id>com.adrianopaladini.tidevcommunity</id>
<name>TiDev Community</name>
<version>1.3.03</version>
<publisher>adriano</publisher>
<url>http://www.appcelerator.com</url>
<icon>titanium.png</icon>
<dmg_background>dmg_background.png</dmg_background>
<copyright>2011 by Adriano Paladini</copyright>
<window>
<id>initial</id>
<title>TiDev Community</title>
<url>app://index.html</url>
<width>1100</width>
<max-width>3000</max-width>
<min-width>650</min-width>
<height>620</height>
<max-height>3000</max-height>
<min-height>400</min-height>
<fullscreen>false</fullscreen>
<resizable>true</resizable>
<chrome scrollbars="true">true</chrome>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<closeable>true</closeable>
</window>
<dialog-bmp>platform/developer_dialog.bmp</dialog-bmp>
<banner-bmp>platform/developer_banner.bmp</banner-bmp>
</ti:app>