SwiftyRSA icon indicating copy to clipboard operation
SwiftyRSA copied to clipboard

Deployment target is upgraded to 11?

Open jimmy555 opened this issue 5 years ago • 3 comments

Hello,

In version 1.6.0 the deployment target is upgraded to 11. I was wondering what the reason for this is? Especially as this means that I cannot support the iPhone 5 and 5c which some of our users still use.

Thanks for letting me know!

Jimmy

jimmy555 avatar Jun 22 '20 14:06 jimmy555

This is a problem for us, too, since we still support iOS 9.3. Manually lowering the constraint again resolves the problem for us, so there doesn't seem to be any actual incompatibility which would require increasing the deployment target version.

fixpunkt avatar Jul 08 '20 15:07 fixpunkt

This is a problem for us too, since we still support iOS 10 in our project.

vrjunior avatar Jul 20 '20 18:07 vrjunior

As there were no big code changes, just fixing warnings, is there any reason for the drop of iOS 9-10 support? https://github.com/TakeScoop/SwiftyRSA/compare/1.5.0...1.6.0#diff-c9350e2d4525f1803e78af9659ac2147R93-L130

Patrick-Remy avatar Sep 07 '20 14:09 Patrick-Remy