chrisdhaan / CDMarkdownKit

An extensive Swift framework providing simple and customizable markdown parsing.
MIT License
250 stars 65 forks source link

Swift 4 migration for macOS target #10

Closed FelixLisczyk closed 6 years ago

FelixLisczyk commented 6 years ago

Issue Link :link:

5

Goals :soccer:

Make the macOS target compatible with the Swift 4 compiler.

Implementation Details :construction:

I've created two bridging extensions to keep the code backward compatible.

Testing Details :mag:

No tests were added.

chrisdhaan commented 6 years ago

I just committed changes with this work included. Closing.