-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
71 lines (71 loc) · 2.82 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
<?xml version="1.0" encoding="UTF-8"?><ti:app xmlns:ti="http://ti.appcelerator.org">
<id>uk.co.clinicalsoftwaresolutions.wellsscorecalc</id>
<name>Wells Score</name>
<version>1.0.8</version>
<publisher>Clinical Software Solutions</publisher>
<url>http://www.clinsoftsolutions.com/app_gallery/wells_score_calc_app.html</url>
<description>Clinical calculator for the Wells score. Used in assessment of VTEs, pulmonary embolism (PE) and deep vein thrombosis (DVT)</description>
<copyright>2012-6 by Neville Dastur</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>6b3f26cb-eff1-4054-ae6c-badcb8a38c0e</guid>
<property name="ti.ui.defaultunit" type="string">dp</property>
<ios>
<min-ios-ver>7.0</min-ios-ver>
<enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
<default-background-color>#fff</default-background-color>
<plist>
<dict>
<key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIRequiresPersistentWiFi</key>
<false/>
<key>UIPrerenderedIcon</key>
<false/>
<key>UIStatusBarHidden</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:installLocation="auto" android:versionCode="8" android:versionName="1.0.8">
</manifest>
</android>
<mobileweb>
<precache></precache>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="android">org.iotashan.titouchimageview</module>
<module platform="android">ti.styledlabel</module>
<module platform="iphone">ti.styledlabel</module>
</modules>
<deployment-targets>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
<target device="android">true</target>
<target device="windows">true</target>
</deployment-targets>
<sdk-version>5.2.0.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
</ti:app>