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(