Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
site:
queries escaping with iOS 17 SDK (#640)
After moving to Xcode 15 the following change in URL parsing had effect: https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URLand URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL.
- Loading branch information