-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtiapp.xml
More file actions
65 lines (65 loc) · 2.68 KB
/
tiapp.xml
File metadata and controls
65 lines (65 loc) · 2.68 KB
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
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-secret-production" type="string">"KEY"</property>
<property name="acs-oauth-key-production" type="string">"KEY"</property>
<property name="acs-api-key-production" type="string">"KEY"</property>
<property name="acs-oauth-secret-development" type="string">"KEY"</property>
<property name="acs-oauth-key-development" type="string">"KEY"</property>
<property name="acs-api-key-development" type="string">"KEY"</property>
<id>edu.hawaii.sondh.soap</id>
<name>SOAP</name>
<version>1.2</version>
<publisher>SONDH MID Team</publisher>
<url>http://</url>
<description>not specified</description>
<copyright>2013 by SONDH</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></guid>
<property name="ti.ui.defaultunit" type="string">system</property>
<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">
<manifest>
<supports-screens android:anyDensity="false"/>
<uses-sdk android:targetSdkVersion="11"/>
</manifest>
<tool-api-level>11</tool-api-level>
<activity
android:name="ti.modules.titanium.ui.android.TiPreferencesActivity" android:screenOrientation="portrait"/>
</android>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="commonjs">ti.cloud</module>
<module platform="iphone" version="1.0.6">com.clinsoftsolutions.testflight</module>
<module platform="ipad" version="1.0.6">com.clinsoftsolutions.testflight</module>
</modules>
<deployment-targets>
<target device="tizen">false</target>
<target device="blackberry">false</target>
<target device="android">true</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
<target device="mobileweb">true</target>
</deployment-targets>
<sdk-version>3.1.3.GA</sdk-version>
</ti:app>