-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathtiapp.xml
41 lines (40 loc) · 1.45 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<target device="mobileweb">false</target>
<target device="blackberry">false</target>
<target device="ipad">true</target>
<target device="iphone">true</target>
<target device="android">true</target>
</deployment-targets>
<id>com.appcelerator.com.appcelerator.aidori</id>
<name>Aidori</name>
<version>1.0</version>
<publisher>Appcelerator</publisher>
<url>http://developer.appcelerator.com</url>
<description>Crisis App for Sendai Earthquake</description>
<copyright>2006-2011</copyright>
<icon>appicon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>default</statusbar-style>
<statusbar-hidden>true</statusbar-hidden>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid/>
<property name="ti.android.google.map.api.key.production">0oGs5qJ9r-L259eArkhQ9-dA0_ZGJGWb8Wk89Bg</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>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
</android>
<modules>
</modules>
</ti:app>