forked from tanin47/silver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtiapp.xml
More file actions
57 lines (57 loc) · 2.48 KB
/
Copy pathtiapp.xml
File metadata and controls
57 lines (57 loc) · 2.48 KB
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">
<property name="acs-oauth-secret-production" type="string">dOjAGgTn4UaBLJfWj4bSOmE0OWLGilT4</property>
<property name="acs-oauth-key-production" type="string">up9waudgudoKVNVhY7PAWtC0o3b7JPUN</property>
<property name="acs-api-key-production" type="string">W1CjkrNutyma0ZaZeNk3nEcEFkGRwYxT</property>
<property name="acs-oauth-secret-development" type="string">9oC5Qmx6k6vZL5rFlc7bmyNIEtDkOBqv</property>
<property name="acs-oauth-key-development" type="string">5HjPD5A2q0tlnmkTsHha4qNuBaGJtwbk</property>
<property name="acs-api-key-development" type="string">yENSExD5ThHIh8lhTosvoB2KZB3vg2cZ</property>
<deployment-targets>
<target device="mobileweb">false</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
<target device="android">true</target>
<target device="blackberry">false</target>
</deployment-targets>
<sdk-version>2.0.1.GA2</sdk-version>
<id>tanin.fe</id>
<name>silver</name>
<version>1.0</version>
<publisher>tanin</publisher>
<url>http://</url>
<description>not specified</description>
<copyright>2012 by Tanin Na Nakorn</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>true</analytics>
<guid>65e4145c-e734-4545-a1f0-4cfe5e911d35</guid>
<property name="ti.ui.defaultunit">system</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"/>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<modules>
<module platform="commonjs" version="2.0.1">ti.cloud</module>
</modules>
</ti:app>