fix: remove deprecated WKProcessPool — iOS 15+ shares automatically
All checks were successful
Security Checks / dependency-audit (push) Successful in 14s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 3s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 21:20:13 -05:00
parent 49c9b7871c
commit 05bc5f8047

View File

@@ -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)