forked from deboorn/TiMVC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
40 lines (40 loc) · 1.84 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<sdk-version>1.8.2</sdk-version>
<deployment-targets>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">false</target>
<target device="blackberry">false</target>
<target device="android">true</target>
</deployment-targets>
<id>com.timvc.framework</id>
<name>TiMVC Framework</name>
<version>1.2</version>
<publisher>Daniel Boorn</publisher>
<url>http://multimarketapplications.com</url>
<description>TiMVC is a small MVC for Titanium mobile. Want a single JSS file, action routing, json data passing, inheritance, layout separation and code organization? If so you should try TiMVC. Includes sample application & multi-dashboard view.</description>
<copyright>TiMVC Framework</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>
<property name="ti.android.google.map.api.key.development">0ZnKXkWA2dIAu2EM-OV4ZD2lJY3sEWE5TSgjJNg</property>
<property name="ti.android.google.map.api.key.production">key here</property>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1" android:versionName="1.0">
<supports-screens android:anyDensity="true"/>
</manifest>
</android>
<modules/>
<guid>7685ed22c26e49e58f8bdd9610365d06</guid>
</ti:app>