-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
28 lines (22 loc) · 860 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "co.biergarten.velauz"
version = "1.0.0"
versionCode = "10" >
<!-- versionCode is optional and Android only -->
<name>VeLauz</name>
<description>
Le couteau suisse des cyclistes lausannois
</description>
<author href="http://www.biergarten.co" email="mikael.vaivre@epfl.ch">
Mikael Vaivre
</author>
<content src="index.html" />
<access origin="*" />
<preference name="phonegap-version" value="3.1.0" />
<preference name="hardwareAccelerated" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="false" />
</widget>