Fixes missing WKWebView (#392)
This commit is contained in:
parent
8b463f7c88
commit
cc62c3c56e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class IosRecipe(CythonRecipe):
|
||||||
url = "src"
|
url = "src"
|
||||||
library = "libios.a"
|
library = "libios.a"
|
||||||
depends = ["python"]
|
depends = ["python"]
|
||||||
pbx_frameworks = ["MessageUI", "CoreMotion", "UIKit"]
|
pbx_frameworks = ["MessageUI", "CoreMotion", "UIKit", "WebKit"]
|
||||||
|
|
||||||
def install(self):
|
def install(self):
|
||||||
self.install_python_package(
|
self.install_python_package(
|
||||||
|
|
Loading…
Reference in a new issue