ShawnMoore / XMLParsing

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

Migration to Swift 5 #42

Open mariojuni opened 5 years ago

mariojuni commented 5 years ago

migrate to swift5

mariojuni commented 5 years ago

thank you!

MaxDesiatov commented 5 years ago

Hi @jayhickey and @maryow777, I maintain a compatible fork of this package called XMLCoder, it supports and is tested with Swift 5 and Xcode 10.2. It looks like XMLParsing is no longer maintained, but you should be able to migrate to XMLCoder without any significant changes to your existing codebase.

mariojuni commented 5 years ago

okay just send as the link so that we will contribute :)

On Wed, May 1, 2019, 7:44 PM Max Desiatov notifications@github.com wrote:

Hi @jayhickey https://github.com/jayhickey and @maryow777 https://github.com/maryow777, I maintain a compatible fork of this package called XMLCoder https://github.com/MaxDesiatov/XMLCoder, it supports and is tested with Swift 5 and Xcode 10.2. It looks like XMLParsing is no longer maintained, but you should be able to migrate to XMLCoder without any significant changes to your existing codebase.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ShawnMoore/XMLParsing/pull/42#issuecomment-488263337, or mute the thread https://github.com/notifications/unsubscribe-auth/AHQBJPEFGFKJFVVRLKJXUULPTF7BLANCNFSM4HBLXTOQ .

MaxDesiatov commented 5 years ago

@maryow777 sure, the link is in my previous comment, any contributions are very welcome!