IFTTT / RazzleDazzle

A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros.
http://ifttt.github.io
MIT License
3.36k stars 291 forks source link

Xcode 8 GM & Swift 2.3 Support. #38

Closed huinme closed 7 years ago

huinme commented 8 years ago

Updates the version of dependencies - Quick and Nimble. All targets can be built and be passed all unit tests under Xcode 8 GM (8A218a).

I didn't optimize core code for Swift 2.3.

I hope you will merge this PR.

alokjha commented 8 years ago

Will this be compatible with Swift 3 under Xcode 8 GM ?

huinme commented 8 years ago

@alokjha

Sorry, I don't have a plan to support Swift 3. This PR is scoped to support Swift 2.3 only.

maxmeyers commented 7 years ago

We don't plan to support Swift 2.3 in an official release. You can either use @huinme's branch or upgrade to Swift 3.