promotedai / ios-metrics-sdk

iOS client library for Promoted.ai metrics tracking.
MIT License
7 stars 1 forks source link

BREAKING CHANGE: Update to latest dependencies and iOS 16 minimum #201

Open yunapotamus opened 3 months ago

yunapotamus commented 3 months ago

This is a breaking change!

In order to accommodate the latest versions of these libraries, we needed to increase the min iOS version from 10 to 16. Anyone not targeting a minimum iOS SDK of 16 will no longer be able to build this library.

Core Foundation URL parsing

Check the URL scheme of logging URLs more carefully and make sure it's http or https. In Xcode 15/Swift 5.9, Apple changed URL parsing to conform to RFC 3986, which allows certain URLs to get parsed as well-formed URLs when they were previously not (the old behavior was to validate against the obsolete RFC 1738/1808).

https://forums.swift.org/t/url-string-behavior-changed-with-xcode-15-0-beta-5/66570/3