-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
executable file
·56 lines (56 loc) · 2.14 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<sdk-version>4.1.0.GA</sdk-version>
<deployment-targets>
<target device="tizen">false</target>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
<target device="android">false</target>
<target device="blackberry">false</target>
</deployment-targets>
<id>com.iowalum.uiowaalumni</id>
<name>UIowa Alumni</name>
<version>2.1</version>
<publisher>University of Iowa Alumni Association</publisher>
<url>http://www.iowalum.com/</url>
<description>not specified</description>
<copyright>2014 by University of Iowa Alumni Association</copyright>
<icon>Icon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>default</statusbar-style>
<ios>
<min-ios-ver>7.0.3</min-ios-ver>
<plist>
<dict>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>
The UIAA App needs your to access your location to provide route information.
</string>
</dict>
</plist>
</ios>
<statusbar-hidden>false</statusbar-hidden>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>2dce4125-1f59-40f1-aeb9-3ed250b36dd9</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>
<modules>
<module platform="iphone">analytics.google</module>
<module platform="iphone">ti.map</module>
</modules>
</ti:app>