-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
31 lines (23 loc) · 1018 Bytes
/
Copy pathconfig.xml
File metadata and controls
31 lines (23 loc) · 1018 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "mx.cenet.hotelApp"
version = "1.0.0"
versionCode = "1" >
<!-- versionCode is optional and Android only -->
<preference name="phonegap-version" value="3.7.0" />
<name>HotalApp</name>
<description>
Aplicación de prueba para hoteles.
</description>
<author href="http://igitsoft.com" email="info@igitsoft.com">
Carlos Celma
</author>
<icon src="images/hotel.png" />
<gap:splash src="images/splashImage.png" />
<gap:plugin name="org.apache.cordova.dialogs" />
<gap:plugin name="org.apache.cordova.media-capture" />
<gap:plugin name="org.apache.cordova.file-transfer" />
<gap:plugin name="org.apache.cordova.vibration" />
<gap:plugin name="org.apache.cordova.device" />
</widget>