-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
41 lines (28 loc) · 1.55 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"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="org.bramantya.husein" version="1.0">
<name>org.bramantya.husein</name>
<description>husein</description>
<author href="bramantya.org" email="[email protected]">bayu bramantya</author>
<icon src="icon-128.png" width="128" height="128" />
<icon src="icon-256.png" width="256" height="256" gap:role="default" />
<preference name="permissions" value="none"/>
<preference name="android-targetSdkVersion" value="21" />
<feature name="http://api.phonegap.com/1.0/network"/>
<preference name="orientation" value="default" />
<preference name="fullscreen" value="true" />
<gap:config-file platform="ios" parent="UIStatusBarHidden"><true/></gap:config-file>
<gap:config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance"><false/></gap:config-file>
<preference name="deployment-target" value="8.0" />
<preference name="android-minSdkVersion" value="14" />
<preference name="target-device" value="universal" />
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<gap:plugin name="org.crosswalk.engine" source="pgb" />
<gap:plugin name="cordova-plugin-whitelist" source="npm" />
<access origin="*" />
<gap:plugin name="org.apache.cordova.inappbrowser" source="npm" />
<!-- Optional splash screen image, e.g.: -->
<!-- <gap:splash src="splash.png" width="1024" height="768" /> -->
</widget>