Skip to content

Commit

Permalink
ci(ios): remove wkwebview plugin (apache#717)
Browse files Browse the repository at this point in the history
cordova-ios@6.x makes the WKWebView plugin obsolete.

Co-authored-by: Erisu <ellis.bryan@gmail.com>
  • Loading branch information
2 people authored and pesi-hgc committed Nov 3, 2023
1 parent bd0dbca commit 49a9496
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,5 @@
<js-module src="tests.js" name="tests">
</js-module>

<platform name="ios">
<!-- The WKWebView implementation for inappbrowser requires the presence of this plugin -->
<dependency id="cordova-plugin-wkwebview-engine" />
<dependency id="cordova-plugin-wkwebview-engine-allowfileaccess" url="https://github.com/knight9999/cordova-plugin-wkwebview-engine-allowfileaccess.git" />
</platform>


<asset src="resources" target="cdvtests/iab-resources" />
</plugin>

0 comments on commit 49a9496

Please sign in to comment.