-
Notifications
You must be signed in to change notification settings - Fork 3
/
tiapp.xml
83 lines (83 loc) · 4.08 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<ti:app
xmlns:ti="http://ti.appcelerator.org">
<id>uk.co.clinicalsoftwaresolutions.sevenbreaths</id>
<name>Seven Breaths</name>
<version>1.0.2</version>
<publisher>Clinical Software Solutions Ltd</publisher>
<url>http://www.clinsoftsolutions.com</url>
<description>Easily calculate the respiratory rate</description>
<copyright>All rights reserved. Neville Dastur</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>51333e17-cbad-4067-9ccc-a1a36988a511</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>
<orientation>Ti.UI.UPSIDE_PORTRAIT</orientation>
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
</iphone>
<property name="ti.android.fastdev" type="bool">false</property>
<android
xmlns:android="http://schemas.android.com/apk/res/android">
<tool-api-level>14</tool-api-level>
<manifest android:installLocation="auto" android:versionCode="1" android:versionName="1.0.2">
<supports-screens android:anyDensity="true"/>
<uses-sdk android:maxSdkVersion="17" android:minSdkVersion="8" android:targetSdkVersion="14"/>
<application android:theme="@android:style/Theme.Holo.Light"/>
</manifest>
</android>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="iphone">ti.styledlabel</module>
<module platform="android">ti.styledlabel</module>
<module platform="commonjs">ti.cloud</module>
</modules>
<deployment-targets>
<target device="android">true</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
<target device="mobileweb">true</target>
<target device="tizen">true</target>
</deployment-targets>
<sdk-version>3.5.1.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
<property name="appc-app-id" type="string">5536c18d90f7932d3525a812</property>
<property name="acs-authbase-url-development" type="string">https://secure-identity.cloud.appcelerator.com</property>
<property name="acs-base-url-development" type="string">https://api.cloud.appcelerator.com</property>
<property name="acs-oauth-secret-development" type="string">aThmdXQN1Ja3X5TkpR2ClCboBW5oCD5M</property>
<property name="acs-oauth-key-development" type="string">bK3fSu0nDsr1U7PuLHAko816Kuiw44sl</property>
<property name="acs-api-key-development" type="string">7aL8OLSKO2EQ3sFOmbWwIawPvRPre6by</property>
<property name="acs-username-development" type="string">appc_app_user_dev</property>
<property name="acs-password-development" type="string">7EiwCw650ynkILeVP2</property>
<property name="acs-authbase-url-production" type="string">https://secure-identity.cloud.appcelerator.com</property>
<property name="acs-base-url-production" type="string">https://api.cloud.appcelerator.com</property>
<property name="acs-oauth-secret-production" type="string">SjOoCSqpiKRTOvwhXLyecjIo0jq2TJ0d</property>
<property name="acs-oauth-key-production" type="string">MILQgDLRnXaEMY2jmsoCOPSJ6OFVQDFy</property>
<property name="acs-api-key-production" type="string">vk1N19lzctPmI1v8hMqJoE7CTr1myeTq</property>
<property name="acs-username-production" type="string">appc_app_user</property>
<property name="acs-password-production" type="string">L9J913mFtSRY7EaPS3</property>
<property name="appc-org-id" type="number">100003639</property>
<property name="appc-creator-user-id" type="string">dc26f26e-c3f0-413b-b088-5196dcb4392a</property>
</ti:app>