-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
34 lines (25 loc) · 1.33 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
<?xml version="1.0" encoding="UTF-8" ?>
<widget id="com.mycpany.myapp" version="1.0.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>New project</name>
<description>scs</description>
<author email="scs">ss</author>
<icon src="www/icon-256.png" width="256" height="256" density="xxxhdpi" />
<icon src="www/icon-128.png" width="128" height="128" density="xhdpi" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="orientation" value="default" />
<preference name="fullscreen" value="true" />
<preference name="DisallowOverscroll" value="true" />
<preference name="AllowInlineMediaPlayback" value="true" />
<config-file parent="UIStatusBarHidden" platform="ios" target="*-Info.plist"><true/></config-file>
<config-file parent="UIViewControllerBasedStatusBarAppearance" platform="ios" target="*-Info.plist"><false/></config-file>
<preference name="deployment-target" value="12.0" />
<preference name="android-minSdkVersion" value="21" />
<access origin="*" />
<plugin name="cordova-custom-config" />
<plugin name="cordova-plugin-file" />
<plugin name="cordova-plugin-statusbar" />
<plugin name="cordova-plugin-whitelist" />
<plugin name="cordova-plugin-wkwebview-engine" />
<engine name="ios" />
<engine name="android" />
</widget>