forked from airess2004/RepayApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiapp.xml
99 lines (99 loc) · 4.51 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
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.reimburseapp.repay</id>
<name>RepayApp</name>
<version>1.9.9</version>
<publisher>Willy</publisher>
<url>http://reimburseapp.com</url>
<description>undefined</description>
<copyright>2015 by Willy</copyright>
<icon>appicon.png</icon>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>false</analytics>
<guid>b69e5bc1-3ee7-43c8-9cf3-1ea221886368</guid>
<!--guid>096c760a-e0bb-44a2-af5b-0966ace60ddb</guid-->
<property name="ti.ui.defaultunit" type="string">dp</property>
<ios>
<plist>
<dict>
<key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIRequiresPersistentWiFi</key>
<false/>
<key>UIPrerenderedIcon</key>
<false/>
<key>UIStatusBarHidden</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
</dict>
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:installLocation="auto"
android:versionCode="199" android:versionName="1.9.9">
<!--application android:debuggable="false" android:screenOrientation="portrait" android:theme="@style/Theme.Repayapp1"-->
<application android:debuggable="false"
android:screenOrientation="portrait" android:theme="@style/Theme.AppCompat.Light">
<receiver
android:name="com.google.android.gcm.GCMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND"/>
<!--activity android:configChanges="keyboardHidden|orientation|screenSize"
android:alwaysRetainTaskState="true"
android:name=".RepayappActivity"
android:launchMode="singleTop"-->
<!--intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter-->
<!--/activity-->
</application>
<!--application android:debuggable="false" android:theme="@style/Theme.Titanium"/-->
<uses-sdk android:minSdkVersion="10"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.SOUND"/>
<uses-permission android:name="android.permission.LIGHTS"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
</manifest>
<!--services>
<service type="interval" url="gcm.js"/>
</services-->
</android>
<mobileweb>
<precache/>
<splash>
<enabled>true</enabled>
<inline-css-images>true</inline-css-images>
</splash>
<theme>default</theme>
</mobileweb>
<property name="acs-grouped-notification-message" type="string">You have $number$ unread messages.</property>
<property name="GCM_sender_id" type="string">876696965882</property>
<modules>
<module platform="android">net.iamyellow.gcmjs</module>
<module platform="android">com.alcoapps.actionbarextras</module>
<module platform="android" version="2.2.1">ti.imagefactory</module>
<module platform="android">com.rkam.swiperefreshlayout</module>
</modules>
<deployment-targets>
<target device="iphone">false</target>
<target device="ipad">false</target>
<target device="android">true</target>
<target device="blackberry">false</target>
<target device="mobileweb">true</target>
</deployment-targets>
<sdk-version>4.0.0.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
</ti:app>