forked from sumitk/MASlidingMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
executable file
·46 lines (46 loc) · 1.68 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<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>2.1.1.GA</sdk-version>
<id>com.mattapp.sliderview</id>
<name>SliderViewExample</name>
<version>1.0</version>
<publisher>Apperson Labs</publisher>
<url>http://http://appersonlabs.com</url>
<description>A Facebook / Path style sliding menu for iOS and Android</description>
<copyright>2012 by Apperson Labs</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>323c49ad2d1344d687e948931ddfd945</guid>
<ios>
<min-ios-ver>4.3</min-ios-ver>
<plist>
<dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<supports-screens android:anyDensity="false"/>
</manifest>
</android>
<modules>
<module platform="android" version="1.0">ti.draggable</module>
</modules>
</ti:app>