malcommac / SwiftDate

🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
MIT License
7.61k stars 767 forks source link

Why the last version 7.0.0 not support iOS12? #806

Open xuchuandong opened 1 year ago

xuchuandong commented 1 year ago

Hello, I upgraded the latest version 7.0.0 to fix lang error prompts, but found that iOS12 is no longer supported. Must I discard iOS12? Can I continue to support iOS12?

baveku commented 1 year ago

Yes, I don't know why we only support iOS 13+?

baveku commented 1 year ago

Because RelativeDateTimeFormatter only supports 13+, so v7 use this to write "TimeAgo" feature