tiapp.xml
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 02 Sep 2013 02:22:21 -0700
changeset 0 80c32ef237c6
child 1 b3419d05eabb
permissions -rw-r--r--
Initial commit.

<?xml version='1.0' encoding='UTF-8'?>
<!-- tidebuilder.py -d ~/Desktop/ -n . -->
<ti:app xmlns:ti='http://ti.appcelerator.org'>
	<id>nu.martini.dascyllus</id>
	<name>Dascyllus</name>
	<version>0.0.1</version>
	<publisher>Mahlon E. Smith</publisher>
	<url>http//projects.martini.nu/dascyllus/</url>
	<icon>img/icon.png</icon>
	<copyright>2013 Mahlon E. Smith</copyright>
	<analytics>false</analytics>

	<window>
		<id>main</id>
		<title>Dascyllus</title>
		<url>app://window/main.html</url>
		<width>800</width>
		<min-width>0</min-width>
		<height>450</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>

	<window>
		<id>splash</id>
		<title>Dascyllus</title>
		<url>app://window/splash.html</url>
		<width>800</width>
		<height>450</height>
		<fullscreen>false</fullscreen>
		<resizable>false</resizable>
		<chrome scrollbars="false">false</chrome>
		<maximizable>false</maximizable>
		<minimizable>false</minimizable>
		<closeable>false</closeable>
	</window>

	<window>
		<id>about</id>
		<title>Dascyllus</title>
		<url>app://window/about.html</url>
		<width>600</width>
		<height>432</height>
		<fullscreen>false</fullscreen>
		<resizable>false</resizable>
		<chrome scrollbars="false">false</chrome>
		<maximizable>false</maximizable>
		<minimizable>false</minimizable>
		<closeable>false</closeable>
		<transparent-background>true</transparent-background>
	</window>

	<window>
		<id>prefs</id>
		<title>Preferences</title>
		<url-regex>app://window/prefs\...*</url-regex>
		<width>500</width>
		<height>500</height>
		<fullscreen>false</fullscreen>
		<resizable>false</resizable>
		<chrome scrollbars="true">true</chrome>
		<maximizable>false</maximizable>
		<minimizable>false</minimizable>
		<closeable>true</closeable>
	</window>
</ti:app>