-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
21 lines (17 loc) · 730 Bytes
/
Copy pathplugin.xml
File metadata and controls
21 lines (17 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="zestia-cordova-plugin-wkwebview-engine-windowopen"
version="1.0.1">
<name>WKWebViewWindowOpen</name>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="WKWebViewWindowOpen">
<param name="ios-package" value="WKWebViewWindowOpen" />
</feature>
</config-file>
<header-file src="src/ios/CDVWKWebViewUIDelegate+Open.h" />
<source-file src="src/ios/CDVWKWebViewUIDelegate+Open.m" />
</platform>
<dependency id="cordova-plugin-wkwebview-engine" version="1.0.2" />
</plugin>