tiapp.xml
changeset 0 80c32ef237c6
child 1 b3419d05eabb
equal deleted inserted replaced
-1:000000000000 0:80c32ef237c6
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- tidebuilder.py -d ~/Desktop/ -n . -->
       
     3 <ti:app xmlns:ti='http://ti.appcelerator.org'>
       
     4 	<id>nu.martini.dascyllus</id>
       
     5 	<name>Dascyllus</name>
       
     6 	<version>0.0.1</version>
       
     7 	<publisher>Mahlon E. Smith</publisher>
       
     8 	<url>http//projects.martini.nu/dascyllus/</url>
       
     9 	<icon>img/icon.png</icon>
       
    10 	<copyright>2013 Mahlon E. Smith</copyright>
       
    11 	<analytics>false</analytics>
       
    12 
       
    13 	<window>
       
    14 		<id>main</id>
       
    15 		<title>Dascyllus</title>
       
    16 		<url>app://window/main.html</url>
       
    17 		<width>800</width>
       
    18 		<min-width>0</min-width>
       
    19 		<height>450</height>
       
    20 		<min-height>0</min-height>
       
    21 		<fullscreen>false</fullscreen>
       
    22 		<resizable>true</resizable>
       
    23 		<chrome scrollbars="true">true</chrome>
       
    24 		<maximizable>true</maximizable>
       
    25 		<minimizable>true</minimizable>
       
    26 		<closeable>true</closeable>
       
    27 	</window>
       
    28 
       
    29 	<window>
       
    30 		<id>splash</id>
       
    31 		<title>Dascyllus</title>
       
    32 		<url>app://window/splash.html</url>
       
    33 		<width>800</width>
       
    34 		<height>450</height>
       
    35 		<fullscreen>false</fullscreen>
       
    36 		<resizable>false</resizable>
       
    37 		<chrome scrollbars="false">false</chrome>
       
    38 		<maximizable>false</maximizable>
       
    39 		<minimizable>false</minimizable>
       
    40 		<closeable>false</closeable>
       
    41 	</window>
       
    42 
       
    43 	<window>
       
    44 		<id>about</id>
       
    45 		<title>Dascyllus</title>
       
    46 		<url>app://window/about.html</url>
       
    47 		<width>600</width>
       
    48 		<height>432</height>
       
    49 		<fullscreen>false</fullscreen>
       
    50 		<resizable>false</resizable>
       
    51 		<chrome scrollbars="false">false</chrome>
       
    52 		<maximizable>false</maximizable>
       
    53 		<minimizable>false</minimizable>
       
    54 		<closeable>false</closeable>
       
    55 		<transparent-background>true</transparent-background>
       
    56 	</window>
       
    57 
       
    58 	<window>
       
    59 		<id>prefs</id>
       
    60 		<title>Preferences</title>
       
    61 		<url-regex>app://window/prefs\...*</url-regex>
       
    62 		<width>500</width>
       
    63 		<height>500</height>
       
    64 		<fullscreen>false</fullscreen>
       
    65 		<resizable>false</resizable>
       
    66 		<chrome scrollbars="true">true</chrome>
       
    67 		<maximizable>false</maximizable>
       
    68 		<minimizable>false</minimizable>
       
    69 		<closeable>true</closeable>
       
    70 	</window>
       
    71 </ti:app>
       
    72