-
Notifications
You must be signed in to change notification settings - Fork 10
/
tiapp.xml
32 lines (32 loc) · 1.08 KB
/
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
31
32
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.agiletortoise.tixcallbackurl</id>
<name>TiXCallbackURL</name>
<version>1.0</version>
<publisher>Agile Tortoise, Inc.</publisher>
<url>http://x-callback-url.com</url>
<description>x-callback-url demo app</description>
<copyright>2011 by Agile Tortoise, Inc.</copyright>
<icon>appicon.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>false</analytics>
<guid>52bb04bc-82ad-4437-959b-b4c99e10ec8e</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>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
</android>
<modules>
</modules>
</ti:app>