-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
30 lines (20 loc) · 836 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
29
30
<?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.fernando.sunstarapp"
versionCode="10"
version = "2.0.0">
<!-- versionCode is optional and Android only -->
<name>Sunstar App</name>
<description>
WebApp de la famosa cadena de cines Sunstar. Conoce los últimos estrenos,
la cartelera la tarifa, todo gracias a Sunstar App.
</description>
<preference name="phonegap-version" value="2.3.0"/>
<preference name="orientation" value="portrait" />
<preference name="fullscreen" value="false" />
<icon src="/img/icon.png" />
<author href="https://facebook.com/fernandozz" email="[email protected]">
Fernando Zafe
</author>
</widget>