-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
executable file
·123 lines (109 loc) · 5.86 KB
/
config.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.tinktime.app" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<feature name="LocalStorage">
<param name="ios-package" value="CDVLocalStorage" />
</feature>
<feature name="Contacts">
<param name="ios-package" value="CDVContacts" />
</feature>
<feature name="Sms">
<param name="ios-package" value="Sms" />
</feature>
<feature name="Console">
<param name="ios-package" value="CDVLogger" />
</feature>
<feature name="PushPlugin">
<param name="ios-package" value="PushPlugin" />
</feature>
<preference name="android-minSdkVersion" value="15" />
<preference name="android-maxSdkVersion" value="23" />
<preference name="orientation" value="portait" />
<preference name="target-device" value="handset" />
<preference name="fullscreen" value="true" />
<allow-navigation href="*" />
<icon src="www/resources/icons/ios/icon-60.png" />
<preference name="SplashScreen" value="splash" />
<preference name="SplashShowOnlyFirstTime" value="true" />
<name>Tinktime</name>
<description>
A new breed of communication app. Time is a gift, share it.
</description>
<author email="[email protected]" href="http://tinktime.com">
Tinktime AB Team
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="www/resources/icons/android/ldpi.png" />
<icon density="mdpi" src="www/resources/icons/android/mdpi.png" />
<icon density="hdpi" src="www/resources/icons/android/hdpi.png" />
<icon density="xhdpi" src="www/resources/icons/android/xhdpi.png" />
<splash density="ldpi" src="www/resources/images/others/bg.png"/>
<splash density="mdpi" src="www/resources/images/others/bg.png"/>
<splash density="hdpi" src="www/resources/images/others/bg.png"/>
<splash density="xhdpi" src="www/resources/images/others/bg.png"/>
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<!-- iOS 8.0+ -->
<!-- iPhone 6 Plus -->
<icon src="www/resources/icons/ios/[email protected]" width="180" height="180" />
<!-- iOS 7.0+ -->
<!-- iPhone / iPod Touch -->
<icon src="www/resources/icons/ios/icon-60.png" width="60" height="60" />
<icon src="www/resources/icons/ios/[email protected]" width="120" height="120" />
<!-- iPad -->
<icon src="www/resources/icons/ios/icon-76.png" width="76" height="76" />
<icon src="www/resources/icons/ios/[email protected]" width="152" height="152" />
<!-- iOS 6.1 -->
<!-- iPhone / iPod Touch -->
<icon src="www/resources/icons/ios/icon.png" width="57" height="57" />
<icon src="www/resources/icons/ios/[email protected]" width="114" height="114" />
<!-- iPad -->
<icon src="www/resources/icons/ios/icon-72.png" width="72" height="72" />
<icon src="www/resources/icons/ios/[email protected]" width="144" height="144" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="www/resources/icons/ios/icon-small.png" width="29" height="29" />
<icon src="www/resources/icons/ios/[email protected]" width="58" height="58" />
<!-- iPad Spotlight and Settings Icon -->
<icon src="www/resources/icons/ios/icon-50.png" width="50" height="50" />
<icon src="www/resources/icons/ios/[email protected]" width="100" height="100" />
<icon src="www/resources/icons/ios/icon-40.png" width="40" height="40" />
<icon src="www/resources/icons/ios/[email protected]" width="80" height="80" />
<splash height="568" src="www/resources/images/others/bg.png" width="320" />
<splash height="480" src="www/resources/images/others/bg.png" width="320" />
<splash height="960" src="www/resources/images/others/bg.png" width="640" />
<splash height="1136" src="www/resources/images/others/bg.png" width="640" />
<splash height="1024" src="www/resources/images/others/bg.png" width="768" />
<splash height="768" src="www/resources/images/others/bg.png" width="1024" />
<splash height="2208" src="www/resources/images/others/bg.png" width="1242" />
<splash height="1334" src="www/resources/images/others/bg.png" width="750" />
<splash height="1242" src="www/resources/images/others/bg.png" width="2208" />
</platform>
<engine name="ios" spec="~4.1.0" />
<engine name="android" spec="~5.1.1" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="phonegap-plugin-push" spec="~1.6.0">
<variable name="SENDER_ID" value="196429376160" />
</plugin>
<plugin name="cordova-plugin-camera" spec="~2.1.0" />
<plugin name="cordova-plugin-console" spec="~1.0.2" />
<plugin name="com.dbaq.cordova.contactsPhoneNumbers" spec="https://github.com/dbaq/cordova-plugin-contacts-phone-numbers.git" />
<plugin name="cordova-plugin-device" spec="~1.1.1" />
<plugin name="cordova-plugin-file" spec="~4.1.0" />
<plugin name="cordova-plugin-file-transfer" spec="~1.5.0" />
<plugin name="cordova-plugin-sms" spec="~1.0.5" />
<plugin name="com.cordova.plugins.sms" spec="https://github.com/cordova-sms/cordova-sms-plugin.git" />
<plugin name="cordova-plugin-filepath" spec="~1.0.2" />
<plugin name="cordova-plugin-google-analytics" spec="~0.8.1" />
<plugin name="cordova-plugin-network-information" spec="~1.2.0" />
<plugin name="cordova-plugin-x-socialsharing" spec="~5.0.11" />
</widget>