use new event name

This commit is contained in:
mertalev 2026-03-10 14:28:22 -05:00
parent 5e095bd96e
commit 2d049d8c2a
No known key found for this signature in database
GPG Key ID: DF6ABC77AAD98C95

View File

@ -71,7 +71,7 @@ class URLSessionManager: NSObject {
NotificationCenter.default.addObserver(
Self.self,
selector: #selector(Self.cookiesDidChange),
name: NSHTTPCookieManagerCookiesChangedNotification,
name: NSNotification.Name.NSHTTPCookieManagerCookiesChanged,
object: Self.cookieStorage
)
}