-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
80 lines (72 loc) · 3.69 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
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.taxibleuservices.dcvp"
version = "1.3.0"
versionCode = "55">
<name>DCVP</name>
<description>
DCVP version Artisans taxis all client-side.
</description>
<author href="http://flossyweb.com" email="[email protected]">
FRANCOIS-REGIS SIMON
</author>
<preference name="phonegap-version" value="3.3.0" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
<preference name="prerendered-icon" value="false" />
<preference name="show-splash-screen-spinner" value="false" />
<preference name="detect-data-types" value="false" />
<gap:plugin name="org.apache.cordova.device" />
<gap:plugin name="org.apache.cordova.battery-status" />
<gap:plugin name="org.apache.cordova.camera" />
<gap:plugin name="org.apache.cordova.contacts" />
<gap:plugin name="org.apache.cordova.file" />
<gap:plugin name="org.apache.cordova.media" />
<gap:plugin name="org.apache.cordova.network-information" />
<gap:plugin name="org.apache.cordova.dialogs" />
<gap:plugin name="org.apache.cordova.splashscreen" />
<gap:plugin name="org.apache.cordova.vibration" />
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:plugin name="org.apache.cordova.device-orientation" />
<gap:plugin name="org.apache.cordova.geolocation" />
<gap:plugin name="org.apache.cordova.statusbar" />
<!--
<feature name="http://api.phonegap.com/1.0/device" />
<feature name="http://api.phonegap.com/1.0/battery"/>
<feature name="http://api.phonegap.com/1.0/camera"/>
<feature name="http://api.phonegap.com/1.0/contacts"/>
<feature name="http://api.phonegap.com/1.0/file"/>
<feature name="http://api.phonegap.com/1.0/geolocation"/>
<feature name="http://api.phonegap.com/1.0/media"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/dialogs"/>
<feature name="http://api.phonegap.com/1.0/splashscreen"/>
<feature name="http://api.phonegap.com/1.0/vibration"/>
<feature name="http://api.phonegap.com/1.0/notification"/>
<feature name="http://api.phonegap.com/1.0/inappbrowser"/>
<gap:plugin name="com.adobe.plugins.gaplugin" />
<gap:plugin name="com.phonegap.plugins.pushplugin" />
<gap:plugin name="com.phonegap.plugins.facebookconnect">
<param name="APP_ID" value="498866156839917" />
<param name="APP_NAME" value="ContosoMobile" />
</gap:plugin>
-->
<gap:plugin name="nl.x-services.plugins.calendar" />
<gap:plugin name="com.phonegap.plugins.barcodescanner" />
<gap:plugin name="hu.dpal.phonegap.plugins.contactnumberpicker" version="0.1.1" />
<gap:plugin name="tr.bel.mamak.sms_plagin" version="0.1.0" />
<icon src="icon.png" />
<icon src="icons/ios/icon-57.png" gap:platform="ios" width="57" height="57" />
<icon src="icons/ios/icon-72.png" gap:platform="ios" width="72" height="72" />
<icon src="icons/ios/icon-76.png" gap:platform="ios" width="76" height="76" />
<icon src="icons/ios/icon-114.png" gap:platform="ios" width="114" height="114" />
<icon src="icons/ios/icon-120.png" gap:platform="ios" width="120" height="120" />
<icon src="icons/ios/icon-152.png" gap:platform="ios" width="152" height="152" />
<gap:splash src="splash.png" />
<gap:splash src="splash/ios/Default.png" gap:platform="ios" width="320" height="480" />
<gap:splash src="splash/ios/Default_at_2x.png" gap:platform="ios" width="640" height="960" />
<gap:splash src="splash/ios/Default_iphone5.png" gap:platform="ios" width="640" height="1136" />
<access origin="*" />
</widget>