devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.16k stars 290 forks source link

iOS 14 Deployment Target Warning #84

Closed berbschloe closed 2 years ago

berbschloe commented 3 years ago

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.

RomanPodymov commented 2 years ago

The issue can be closed.