-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
33 lines (27 loc) · 1.19 KB
/
Copy pathconfig.xml
File metadata and controls
33 lines (27 loc) · 1.19 KB
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
<?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.phonegap.example"
versionCode = "10"
version = "1.0.1" >
<!-- versionCode is optional and Android only -->
<name>Rememorando</name>
<description>
Um app que lhe auxilia a não se esquecer das coisas essenciais do dia-a-dia
</description>
<author href="https:gabrielvanderlei.com" email="dev@gabrielvanderlei.com">
Gabriel Vanderlei de Oliveira
</author>
<icon src="icon.png" />
<gap:plugin name="cordova-plugin-bluetooth-serial" source="npm" />
<preference name="android-targetSdkVersion" value="26"/>
<preference name='phonegap-version' value='cli-8.0.0' />
<preference name="orientation" value="portrait" />
<preference name="fullscreen" value="true" />
<preference name="stay-in-webview" value="false" />
<preference name="HeaderColor" value="#130e72" />
<plugin name="cordova-plugin-inappbrowser" souce="npm" />
<plugin name="cordova-plugin-headercolor" souce="npm" />
<plugin name="cordova-plugin-whitelist" source="npm" />
<allow-navigation href="*" />
</widget>