sgr-ksmt / PullToDismiss

You can dismiss modal viewcontroller like Facebook Messenger by pulling scrollview or navigationbar in Swift.
MIT License
486 stars 54 forks source link

Skip SwiftLint for carthage build #48

Closed toshi0383 closed 6 years ago

toshi0383 commented 6 years ago

Problem

carthage update is failing due to failing SwiftLint Build Phase.

Solution

Skip SwiftLint if build is performed by carthage.

sgr-ksmt commented 6 years ago

thanks 🙏 Sorry for the late reply.