-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtiapp.xml
100 lines (100 loc) · 5.38 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-secret-production" type="string">O4GGcA6l2EenRBCeoGiRAzp6YdWQXlQ6</property>
<property name="acs-oauth-key-production" type="string">feFmyieygZRWTofzEU6AGrlzryNSU1l4</property>
<property name="acs-api-key-production" type="string">pEGpWRSqNctbsf9LACNQosup4pCxBhmC</property>
<property name="acs-oauth-secret-development" type="string">Iwjxv6wGTLbGJGgNwpBwuEX9XCqJftbN</property>
<property name="acs-oauth-key-development" type="string">ys2U0vKtcALtp9PjIL2wq2q9wMjfEJlH</property>
<property name="acs-api-key-development" type="string">PG4kxNCjqzVW6a0Y7XDzxEY3JmFuCRF9</property>
<property name="ti.android.bug2373.finishfalseroot" type="bool">true</property>
<property name="ti.android.bug2373.disableDetection" type="bool">false</property>
<property name="ti.android.bug2373.restartDelay" type="int">500</property>
<property name="ti.android.bug2373.finishDelay" type="int">0</property>
<property name="ti.android.bug2373.skipAlert" type="bool">true</property>
<property name="ti.android.bug2373.message">Loading</property>
<property name="ti.android.bug2373.title">Restart Required</property>
<property name="ti.android.bug2373.buttonText">Continue</property>
<property name="tigcm.service_filename" type="string">gcm</property>
<property name="tigcm.sender_id" type="string">279701876098</property>
<deployment-targets>
<target device="tizen">false</target>
<target device="mobileweb">true</target>
<target device="iphone">false</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>es.thinetic.v2.gleb</id>
<name>GLEB</name>
<version>0.6.0</version>
<publisher>maci</publisher>
<url>http://www.thinetic.es</url>
<description>not specified</description>
<copyright>2012 by maci</copyright>
<icon>appicon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>true</prerendered-icon>
<statusbar-style>default</statusbar-style>
<statusbar-hidden>false</statusbar-hidden>
<fullscreen>false</fullscreen>
<navbar-hidden>true</navbar-hidden>
<analytics>false</analytics>
<guid>478ed7c8-29a9-446a-9912-51ca3c5a8048</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>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<tool-api-level>8</tool-api-level>
<manifest>
<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"/>
<application android:debuggable="true"/>
<application>
<activity
android:configChanges="keyboardHidden|orientation"
android:label="GLEB" android:name=".GlebActivity" android:theme="@style/Theme.Titanium">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<data android:host="thinetic.com" android:scheme="http"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<action android:name="android.intent.action.VIEW"/>
</intent-filter>
<intent-filter>
<data android:scheme="gleb"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<action android:name="android.intent.action.VIEW"/>
</intent-filter>
</activity>
</application>
</manifest>
<services>
<service android:process=":gcmnotification" url="gcm.js"/>
<service type="interval" url="service.js"/>
</services>
</android>
<modules>
<module platform="android" version="0.2">es.gleb.androidnative</module>
<module platform="android" version="0.2">net.iamyellow.tigcm</module>
<module platform="android" version="2.2">ti.imagefactory</module>
<module platform="android" version="2.0.1">ti.paint</module>
<module platform="android" version="2.3.2">ti.barcode</module>
<module platform="commonjs" version="2.3.0">ti.cloud</module>
<module platform="android" version="2.0.7">ti.cloudpush</module>
</modules>
</ti:app>