You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foundation: change HTTPCookieStorage to use FileManager
Change the implementation of `HTTPCookieStorage` to use
`FileManager.default.url(for:in:)` instead of the internal
_CFXDGCreateDataHomePath` method. Now that `HTTPCookieStorage` is moved
off to its own library (FoundationNetworking), it no longer has access
to the internal function. Use the URL query to get the path to the
storage location.
0 commit comments