-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
62 lines (62 loc) · 2.69 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
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-secret-production" type="string">fV3qTNuhe7Ta4o2QSVRxUxFEoJGJey4F</property>
<property name="acs-oauth-key-production" type="string">dAN3F3Bqnzpp2cF9w7nHII3jq8yox4c5</property>
<property name="acs-api-key-production" type="string">ipaqQwYO4dCxRQY1j4KePZmavfQMQVNb</property>
<property name="acs-oauth-secret-development" type="string">wfAWNF1Ab9VFPODraS7gDpMB4cXLDAov</property>
<property name="acs-oauth-key-development" type="string">Dkn4REWSH5NQoeAcoeXggIpdpqJf0qNF</property>
<property name="acs-api-key-development" type="string">C1mbRg6kn85wqZHxJCuVzZTYy2wiSnOn</property>
<deployment-targets>
<target device="mobileweb">true</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>2.1.0.GA</sdk-version>
<id>jp.otmb.tvoa</id>
<name>tvoa</name>
<version>1.0.1</version>
<publisher>manabu</publisher>
<url>http://d.hatena.ne.jp/o2mana</url>
<description>Titanium Voice of America English News</description>
<copyright>2012 by manabu</copyright>
<icon>Icon.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>4134d3cb-5c0a-43d1-a173-1040045a61a3</guid>
<property name="ti.ui.defaultunit">system</property>
<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>
<backgroundModes>
<mode>audio</mode>
</backgroundModes>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="5" android:versionName="1.0.4"></manifest>
</android>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="commonjs" version="2.1.0">ti.cloud</module>
</modules>
</ti:app>