-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
31 lines (31 loc) · 997 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
31
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>edu.uh.uhguide</id>
<name>UH Guide</name>
<version>1.0</version>
<publisher>Andre Navarro</publisher>
<url>uh.edu</url>
<description>UH Android</description>
<copyright>2011 by Andre Navarro</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>f74ee1e2-1169-40b7-a860-6ab554019b7e</guid>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
<orientations device="ipad">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
</android>
<modules>
</modules>
</ti:app>