From cc62c3c56e0f4cc9b360939943f394be3cab5459 Mon Sep 17 00:00:00 2001 From: Mirko Date: Wed, 25 Sep 2019 17:29:43 +0200 Subject: [PATCH] Fixes missing WKWebView (#392) --- recipes/ios/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ios/__init__.py b/recipes/ios/__init__.py index 33a6678..810f028 100644 --- a/recipes/ios/__init__.py +++ b/recipes/ios/__init__.py @@ -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(