bellebethcooper / cashew

macOS desktop app for GitHub issues
MIT License
26 stars 1 forks source link

Replace deprecated WebView with WKWebView #72

Open tonyarnold opened 5 years ago

tonyarnold commented 5 years ago

This PR replaces the current implementation that uses WebKit.WebView which is deprecated, with WebKit.WKWebView.

It is dependent on the following PRs being merged first: #69, #70, #71.