forked from roomtoread/HackToHelp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiapp.xml
executable file
·71 lines (71 loc) · 3.26 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-key-production" type="string">VS9mPxrnBTLqrzERqHwgQ9pkRxo5ZKC0</property>
<property name="acs-oauth-secret-production" type="string">vK4a1Yn8IIgchMQNwHpdyQMEuAAUhNzu</property>
<property name="acs-api-key-production" type="string">jsMQK1xoqtUSbqh0nCuz1B93RI0rX2q9</property>
<property name="acs-oauth-key-development" type="string">J1JMITzhC3TQjibrtIKVyQlamRUzEvIo</property>
<property name="acs-oauth-secret-development" type="string">tzKgQ36nR0kNO5p1E5ICNnLSfdkFvrUH</property>
<property name="acs-api-key-development" type="string">Mkyer4r6xsdhkfuYXcz1Hg4qlARHLCMo</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.1.3.GA</sdk-version>
<id>com.looprecur.appcharity</id>
<name>appcharity</name>
<version>0.8</version>
<publisher>loop/recur</publisher>
<url>http://appcelerator.com</url>
<description>Appcelerator Charity App</description>
<copyright>2012 by loop/recur</copyright>
<icon>Icon.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>0b9b6d77-8feb-401f-96be-caeee73367d9</guid>
<property name="ti.ui.defaultunit">system</property>
<ios>
<min-ios-ver>5.0</min-ios-ver>
</ios>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
<orientations device="ipad">
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<tool-api-level>16</tool-api-level>
<uses-sdk android:minSdkVersion="8"/>
<service android:name="com.appcelerator.cloud.push.PushService"/>
<manifest android:installLocation="auto">
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</manifest>
</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.3.0">ti.cloud</module>
<module platform="android" version="2.0.7">ti.cloudpush</module>
</modules>
</ti:app>