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
* (146349351) Support NS/CFURL re-core in Swift
* Fix .fileSystemPath() calls in Windows test
* Use encoded strings for .absoluteURL, fix NSURL bridging and CFURL lastPathComponent edge cases
* Add workaround for crash on Linux
* Fix typo
/// If the URLComponents has an authority component (user, password, host or port) and a path component, then the path must either begin with "/" or be an empty string. If the NSURLComponents does not have an authority component (user, password, host or port) and has a path component, the path component must not start with "//". If those requirements are not met, nil is returned.
/// The getter for this property removes any percent encoding this component may have (if the component allows percent encoding). Setting this property assumes the subcomponent or component string is not percent encoded and will add percent encoding (if the component allows percent encoding).
0 commit comments