-
Notifications
You must be signed in to change notification settings - Fork 10
/
tiapp.xml
31 lines (31 loc) · 1.13 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" standalone="no"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<guid>ae2dd61d-dfdb-496b-86db-bdadbc18c615</guid>
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.appcelerator.nodejs</id>
<name>nodejs</name>
<version>1.0</version>
<publisher>Appcelerator, Inc</publisher>
<url>http://appcelerator.com</url>
<description>Titanium Desktop NodeJS Prototype</description>
<icon>default_app_logo.png</icon>
<copyright>2011 by Appcelerator, Inc</copyright>
<!-- Window Definition - these values can be edited -->
<window>
<id>initial</id>
<title>NodeJS Example</title>
<url>app://index.html</url>
<width>600</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>