forked from Shopify/theme-sync
-
Notifications
You must be signed in to change notification settings - Fork 8
/
tiapp.xml
30 lines (30 loc) · 900 Bytes
/
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
<?xml version='1.0' encoding='UTF-8'?>
<ti:app xmlns:ti='http://ti.appcelerator.org'>
<!-- These values are edited/maintained by Titanium Developer -->
<id>com.meeech.shopify_theme2</id>
<name>Shopify Theme</name>
<version>1.0.6</version>
<publisher>meeech</publisher>
<url>http://mitchell.amihod.com</url>
<icon>shopify.png</icon>
<copyright>2011 by meeech</copyright>
<analytics>false</analytics>
<!-- Window Definition - these values can be edited -->
<window>
<id>main</id>
<title>Shopify Theme</title>
<url>app://index.html</url>
<width>800</width>
<max-width>3000</max-width>
<min-width>0</min-width>
<height>534</height>
<max-height>3000</max-height>
<min-height>0</min-height>
<fullscreen>false</fullscreen>
<resizable>false</resizable>
<chrome scrollbars="true">true</chrome>
<maximizable>false</maximizable>
<minimizable>true</minimizable>
<closeable>false</closeable>
</window>
</ti:app>