
<?xml version="1.0" encoding="UTF-8"?>profighter
This app(profighter) is a simple animated fighter shooting game,enjoy!
<plugin name=“cordova-plugin-splashscreen” spec=“6.0.2”
<plugin name="cordova-plugin-statusbar" source="npm" />
<preference name="StatusBarOverlaysWebView" value="{phoneGapStatusBarOverlay}" />
<preference name="StatusBarBackgroundColor" value="{phoneGapStatusBarColor}" />
<preference name="StatusBarStyle" value="{phoneGapStatusBarStyle}" />
<allow-navigation href="*" />
<access origin="*" />
<allow-intent href="*" />
<plugin name="cordova-plugin-wkwebview-engine" source="npm" />
<platform name="ios">
<preference name="WKWebViewOnly" value="true" />
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
</platform>
</widget>
I don’t think this part of your config.xml is valid XML.
