-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtiapp.xml
57 lines (57 loc) · 2.44 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<target device="tizen">false</target>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">false</target>
<target device="android">true</target>
<target device="blackberry">false</target>
</deployment-targets>
<sdk-version>3.2.3.GA</sdk-version>
<id>net.appdevdesigns.nextsteps</id>
<name>NextSteps</name>
<version>2.0.0</version>
<publisher>AppDev Designs</publisher>
<url>http://www.appdevdesigns.net</url>
<description>A contact management app to help you create a logical workflow for organizing your contacts.</description>
<copyright>2014 AppDev Designs</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>false</analytics>
<guid>5bc35cee-e7fd-41f1-a5f2-7bd3cd6ef122</guid>
<property name="ti.ui.defaultunit" type="string">dip</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>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="200" android:versionName="2.0.0">
<application android:theme="@android:style/Theme.Holo.Light"/>
<uses-sdk targetSdkVersion="19"/>
<supports-screens android:anyDensity="false"/>
</manifest>
</android>
<modules>
<module platform="android">net.appdevdesigns.encryption</module>
<module platform="iphone">com.yydigital.coretelephony</module>
<module platform="iphone">com.dmarie.sql</module>
<module platform="android">com.dmarie.sql</module>
<module platform="iphone">com.0x82.key.chain</module>
</modules>
<plugins>
<plugin>appdev-framework</plugin>
</plugins>
</ti:app>