aboutsummaryrefslogtreecommitdiffstats
path: root/tiapp.xml
blob: 4b36d9bf0ac592627630fb5f228176e0b507d981 (plain)
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
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.teddywing.rochetwit</id>
<name>RocheTwit</name>
<version>1.0</version>
<publisher>TW</publisher>
<url>http://www.teddywing.com</url>
<description>No description provided</description>
<copyright>2011 by TW</copyright>
<icon>default_app_logo.png</icon>
    <persistent-wifi>false</persistent-wifi>
    <prerendered-icon>false</prerendered-icon>
    <statusbar-style>default</statusbar-style>
    <statusbar-hidden>false</statusbar-hidden>
    <fullscreen>false</fullscreen>
    <navbar-hidden>false</navbar-hidden>
    <analytics>true</analytics>
<guid>1b8385c2-71d5-44a9-b203-b851fb68009c</guid>
	<iphone>
		<orientations device="iphone">
			<orientation>Ti.UI.PORTRAIT</orientation>
		</orientations>
		<orientations device="ipad">
			<orientation>Ti.UI.PORTRAIT</orientation>
			<orientation>Ti.UI.UPSIDE_PORTRAIT</orientation>
			<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
			<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
		</orientations>
	</iphone>
	<android xmlns:android="http://schemas.android.com/apk/res/android">
	</android>
	<modules>
	</modules>
</ti:app>