ShawnMoore / XMLParsing

XMLEncoder & XMLDecoder using the codable protocol in Swift 4.2
MIT License
332 stars 100 forks source link

Migration to Swift 5 #41

Open mariojuni opened 5 years ago

luicm commented 5 years ago

any updates?

MaxDesiatov commented 5 years ago

Hi @maryow777 and @luicm, it doesn't look like this package is currently maintained. If you're interested in Swift 5 support, you can check out an API-compatible fork of XMLParsing: MaxDesiatov/XMLCoder, which is compatible with Swift 5.0/Xcode 10.2 and provides a few more features on top of that with improved test coverage.

luicm commented 5 years ago

@MaxDesiatov Great! thank you very much!