-
Notifications
You must be signed in to change notification settings - Fork 3
/
tiapp.xml
37 lines (37 loc) · 1.3 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.bobsims.jp1_02</id>
<name>DoD Terms</name>
<version>1.0.1</version>
<publisher>Bob Sims</publisher>
<url>http://bobsims.tumblr.com</url>
<description>Joint Publication 1-02, DOD Dictionary of Military and Associated Terms</description>
<copyright>2011 by bob.sims</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>282a8506-fc58-41eb-80c8-0e7748b36838</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">
<manifest android:versionCode="2"
android:versionName="1.0.1">
</manifest>
</android>
<modules>
</modules>
</ti:app>