From 05bc5f80475371aadf20ced07a1f4f2ee341ba13 Mon Sep 17 00:00:00 2001 From: Yusuf Suleman Date: Fri, 3 Apr 2026 21:20:13 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20deprecated=20WKProcessPool=20?= =?UTF-8?q?=E2=80=94=20iOS=2015+=20shares=20automatically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .../Platform/Features/Reader/Views/ArticleWebView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift b/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift index 4e4ddad..eab0de6 100644 --- a/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift +++ b/ios/Platform/Platform/Features/Reader/Views/ArticleWebView.swift @@ -14,9 +14,7 @@ final class ArticleRenderer { let webView: WKWebView private init() { - let pool = WKProcessPool() let config = WKWebViewConfiguration() - config.processPool = pool config.allowsInlineMediaPlayback = true webView = WKWebView(frame: .zero, configuration: config)