thomaschristensen / Pantomime

M3U8 parsing written in Swift
MIT License
76 stars 53 forks source link

Swift 3 Support #3

Closed SarahIOS closed 7 years ago

SarahIOS commented 7 years ago

When will this project supports Swift 3? Thanks in advance :) .

thomaschristensen commented 7 years ago

Converting the source to swift 3 is straight forward. Unfortunately it breaks the binary compatibility with programs based on swift 2.3, but eventually swift 3 is the way forward. Most changes are just minor renaming of public -> open private -> fileprivate NSData -> Data NSURL -> URL etc. So not complex. Let me know if this is required.

thomaschristensen commented 7 years ago

Actually on https://github.com/jcarroll-mediafly/Pantomime there is already support for swift 3.

SarahIOS commented 7 years ago

Thank you very much :) . 👍