krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
896 stars 332 forks source link

3.1.5 s.ios.deployment_target = '14.0' is too heigh #199

Closed luoxiankang2 closed 3 months ago

luoxiankang2 commented 3 months ago

The minimum iOS support version of my project is ios 11, the current 3.1.5 is 14.0, can you support it to ios 11

jpovedap commented 3 months ago

It also presents inconsistency with the minimum iOS version set in the Package.swift: https://github.com/krzyzanowskim/OpenSSL/blob/1538e4a520e0ab67fba9a26859f292deac6381de/Package.swift#L8

Which is 12.0 currently.

@krzyzanowskim can you please lower the version needed?

krzyzanowskim commented 3 months ago

3.1.5001 made it back to iOS 12