Skip to content

Commit

Permalink
ci(ios): remove wkwebview plugin (#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
NiklasMerz and erisu authored Nov 23, 2020
1 parent 02909a7 commit 85acc2a
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 85acc2a

Please sign in to comment.