aboutsummaryrefslogtreecommitdiffstats
path: root/tiapp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tiapp.xml')
-rw-r--r--tiapp.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/tiapp.xml b/tiapp.xml
new file mode 100644
index 0000000..4b36d9b
--- /dev/null
+++ b/tiapp.xml
@@ -0,0 +1,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>