This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
40 lines (40 loc) · 2.13 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
<?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.phonegap.cst233"
version = "1.0.0">
<name>CST233</name>
<description>
COSC 295 Final Project
</description>
<author href = "http://programs.siast.sk.ca/cst" email = "[email protected]">
Wes Reid
</author>
<feature name = "http://api.phonegap.com/1.0/device"/>
<preference name = "phonegap-version" value = "cli-5.2.0"/>
<preference name = "orientation" value = "default"/>
<preference name = "target-device" value = "universal"/>
<preference name = "fullscreen" value = "false"/>
<gap:plugin name="org.apache.cordova.battery-status" source="pgb" />
<gap:plugin name="org.apache.cordova.camera" source="pgb" />
<gap:plugin name="org.apache.cordova.media-capture" source="pgb" />
<gap:plugin name="org.apache.cordova.console" source="pgb" />
<gap:plugin name="org.apache.cordova.contacts" source="pgb"/>
<gap:plugin name="org.apache.cordova.device" source="pgb"/>
<gap:plugin name="org.apache.cordova.device-motion" source="pgb"/>
<gap:plugin name="org.apache.cordova.device-orientation" source="pgb"/>
<gap:plugin name="org.apache.cordova.dialogs" source="pgb"/>
<gap:plugin name="org.apache.cordova.file" source="pgb" />
<gap:plugin name="org.apache.cordova.file-transfer" source="pgb"/>
<gap:plugin name="org.apache.cordova.geolocation" source="pgb"/>
<gap:plugin name="org.apache.cordova.globalization" source="pgb"/>
<gap:plugin name="org.apache.cordova.inappbrowser" source="pgb"/>
<gap:plugin name="org.apache.cordova.media" source="pgb" />
<gap:plugin name="org.apache.cordova.network-information" source="pgb" />
<gap:plugin name="org.apache.cordova.splashscreen" source="pgb"/>
<gap:plugin name="org.apache.cordova.vibration" source="pgb" />
<plugin name="de.appplant.cordova.plugin.local-notification-ios9-fix" spec="0.8.2" source="pgb" />
<plugin name="com.sharinglabs.cordova.plugin.datepicker" spec="1.1.3" source="pgb" />
<plugin name="com.cordova.plugins.sms" spec="0.1.1" source="pgb" />
<icon src = "icon.png"/>
</widget>