Fixes missing WKWebView (#392)

This commit is contained in:
Mirko 2019-09-25 17:29:43 +02:00 committed by Mathieu Virbel
parent 8b463f7c88
commit cc62c3c56e

View file

@ -6,7 +6,7 @@ class IosRecipe(CythonRecipe):
url = "src"
library = "libios.a"
depends = ["python"]
pbx_frameworks = ["MessageUI", "CoreMotion", "UIKit"]
pbx_frameworks = ["MessageUI", "CoreMotion", "UIKit", "WebKit"]
def install(self):
self.install_python_package(