macteo / Marklight

Markdown syntax highlighter for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 8.2 requires conversion to Swift 3

tylerjames opened this issue · comments

I just updated to Xcode 8.2 and have been using Marklight as a Cocoapod. Upon running Xcode it requires any Swift code to be updated to Swift 3 syntax. Previously Swift 2.3 was allowed, which did not require any changes. When converting to Swift 3 the wizard will recommend many changes and the end result is that there will be many errors.

Could you please update the code for Swift 3?

Hello,
I've just migrated the project to Swift 3.

fb9aebc

It's available on CocoaPods as version 1.0.0.

Have a nice day!