MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.6k stars 623 forks source link

[Bug] - Swift Package Manager to support minimum v9 #1901

Closed jboisjo closed 3 years ago

jboisjo commented 3 years ago

Summary I'm facing an issue with my CI using Swift Package Manager

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'MailCore2' from project 'MailCore2')

Platform(s)

<iOS>

Can you update the Package.swift file to support minimum v9 (This will help others too since Xcode 12+ supports minimum v9+

Package.swift let package = Package( name: "MailCore2", platforms: [ .iOS(.v9), .macOS(.v10_10) ], ...

jboisjo commented 3 years ago

any help?????

haithngn commented 3 years ago

Close https://github.com/MailCore/mailcore2/commit/ddd21caf4297cc5568d9b1b84e5085637c2ee110