-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
41 lines (33 loc) · 1.54 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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<widget id="com.ionicframework.myapp377389"
version="0.0.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:gap="http://phonegap.com/ns/1.0">
<name>SmartCULM</name>
<description>
An application oriented for mobile devices. Allows to access to all the basic and most important info of the CULM (Centro Universitario de Lenguas Modernas de Zaragoza): noticias, incidencias, horarios, profesores, calendario académico, información...
</description>
<author email="[email protected]">
Daniel García Páez
</author>
<content src="index.html"/>
<!-- <access origin="http://*" launch-external="yes" />
<access origin="https://*" launch-external="yes" />-->
<access origin="*"/>
<!--
If you do not want any permissions to be added to your app, add the
following tag to your config.xml; you will still have the INTERNET
permission on your app, which PhoneGap requires.
-->
<preference name="permissions" value="none"/>
<!-- Core plugins -->
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:plugin name="org.apache.cordova.device" />
<!--<feature name="InAppBrowser">
<param name="ios-package" value="CDVInAppBrowser" />
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser" />
</feature>-->
<!-- Define app icon for each platform. -->
<icon src="img/apk_icon.png" />
</widget>