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
fix(swift): update Package.swift minimum iOS version to 16.0 for Duration compatibility (#1242)
The Swift SDK uses the Duration type in FliptClient initializer parameters
(requestTimeout and updateInterval), but Duration is only available from
iOS 16.0+. The Package.swift previously declared iOS 13+ support, causing
a version mismatch that prevented installation.
This updates the minimum iOS requirement from 13.0 to 16.0 to align with
Duration type availability. macOS 13.0 already supports Duration, so no
change needed there.
Fixes #1241
Signed-off-by: Mark Phelps <[email protected]>
0 commit comments