Fixed the percent encoding for the "pathString" computed property of the URL+Extensions extension in the library target.
This commit is contained in:
@@ -16,7 +16,7 @@ extension URL {
|
||||
|
||||
var pathString: String {
|
||||
if #available(macOS 13.0, *) {
|
||||
path(percentEncoded: true)
|
||||
path(percentEncoded: false)
|
||||
} else {
|
||||
path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user