thoughtbot / Perform

Easy dependency injection for storyboard segues
MIT License
280 stars 12 forks source link

Update to Swift 4.2 #25

Closed patrickmontalto closed 5 years ago

patrickmontalto commented 5 years ago

Upgrades the pod from using Swift 4 to Swift 4.2, avoiding having to do compatibility checks in the Podfile of a project built in Xcode 10.1 (specifying the version of Swift needed to build the target, such as https://github.com/CocoaPods/CocoaPods/issues/6791).

sharplet commented 5 years ago

Looks like CI is still failing, mind taking a look?