devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 14 Deployment Target Warning

berbschloe opened this issue · comments

In the new Xcode (12) there is a SwiftPM import warning.

Screen Shot 2020-10-14 at 1 58 19 PM

In order to fix I think all you have todo is bump the version to iOS 9 in the Package.swift file.
If you are wanting to maintain backwards support I think you can make a new Package@swift-5.3.swift

KeychainAccess did something similar.

The issue can be closed.