The WebViewImpl implementation using WKWebView does absolutely nothing yet, this
is intentional.
The unit tests fail to build. This means the fancy macros I wrote don't quite work
right on the mac toolchain, but it's okay because they aren't used anymore anyways.
Those should be fixec later.
(If anyone is reading this before the mac build is fully working, be sure to add -DTSW_BUILD_TESTS=NO to your cmake command to prevent the broken tests from being built)
The WebViewImpl implementation using WKWebView does absolutely nothing yet, this is intentional.
The unit tests fail to build. This means the fancy macros I wrote don't quite work right on the mac toolchain, but it's okay because they aren't used anymore anyways. Those should be fixec later.
(If anyone is reading this before the mac build is fully working, be sure to add
-DTSW_BUILD_TESTS=NO
to your cmake command to prevent the broken tests from being built)