-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
42 lines (42 loc) · 1.83 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
<?xml version='1.0.3' encoding='utf-8'?>
<widget id="in.exun.campusbox" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>CampusBox</name>
<description>
We at CampusBox, believe that student life will improve when we focus more on the available social & learning opportunities.
</description>
<author email="[email protected]" href="http://campusbox.org">
CampusBox
</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:*" />
<allow-navigation href="https://facebook.com" />
<allow-navigation href="https://plus.google.com" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<universal-links>
<host name="campusbox.org" />
<host name="https://campusbox.org" />
<host name="http://campusbox.org" />
</universal-links>
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-facebook4" spec="git+https://github.com/jeduan/cordova-plugin-facebook4.git">
<variable name="APP_ID" value="1250377088376164" />
<variable name="APP_NAME" value="CampusBox" />
</plugin>
<plugin name="cordova-plugin-googleplus" spec="^5.1.1">
<variable name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.702228530885-vi264d7g6v5ivbcmebjfpomr0hmliomd" />
</plugin>
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-universal-links-plugin" spec="^1.2.1" />
</widget>