diff options
| author | Teddy Wing | 2011-04-29 19:31:29 +0200 |
|---|---|---|
| committer | Teddy Wing | 2011-04-29 19:31:29 +0200 |
| commit | 7aeeb267beedf6e773f78bd5d6f14a225df1a09f (patch) | |
| tree | 0e1afea4dc914b1afe5455768d87ec308c9afa47 /tiapp.xml | |
| download | RocheTwit-7aeeb267beedf6e773f78bd5d6f14a225df1a09f.tar.bz2 | |
Nouveau projet Titanium 1.6.2 vierge
Diffstat (limited to 'tiapp.xml')
| -rw-r--r-- | tiapp.xml | 34 |
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> |
