drmohundro / SWXMLHash

Simple XML parsing in Swift
MIT License
1.41k stars 205 forks source link

Swift 4 package manager support #159

Closed funkenstrahlen closed 7 years ago

funkenstrahlen commented 7 years ago

I updated the Package.swift file to work with swift 4 package manager toolchain.

What's new in Swift 4 package manager: https://swift.org/blog/swift-package-manager-manifest-api-redesign/

Still open to do: Add test targets to Package.swift. I did not do this because I am not sure how you want to handle this.

funkenstrahlen commented 7 years ago

I added the tests to Package.swift and confirmed it works with swift test.

funkenstrahlen commented 7 years ago

It still has problems building on linux though. It can't find LinuxMain.swift even though it is actually there. To be honest: I do not know how to fix that.

funkenstrahlen commented 7 years ago