-
Notifications
You must be signed in to change notification settings - Fork 1
/
tiapp.xml
50 lines (50 loc) · 2.38 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
<target device="android">true</target>
<target device="blackberry">false</target>
</deployment-targets>
<sdk-version>1.7.3</sdk-version>
<id>com.politicalfiber.mobile</id>
<name>Political Fiber</name>
<version>1.0</version>
<publisher>Political Fiber</publisher>
<url>http://politicalfiber.com</url>
<description>Political Fiber is a project sponsored by the Knight Foundation and supported by the University of Kansas School of Journalism and the student-run news publication the University Daily Kansan. The project seeks to inform and clarify its audience of the upcoming presidential election as well as ongoing local elections.</description>
<copyright>2012 by Political Fiber</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>true</analytics>
<guid>fd4af6b5-21df-4e7d-a9a1-0fa896b7fe1f</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>
<manifest android:versionCode="1" android:versionName="1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="false"
android:largeScreens="true" android:normalScreens="true" android:smallScreens="false"/>
<tool-api-level>8</tool-api-level>
<uses-sdk android:minSdkVersion="7"/>
</manifest>
</android>
<modules>
<module platform="iphone" version="0.4.2">tibar</module>
<module platform="android" version="0.2">com.mwaysolutions.barcode</module>
</modules>
</ti:app>