SwiftSocket icon indicating copy to clipboard operation
SwiftSocket copied to clipboard

Swift package manager supprort, and use Swift.Result

Open klundberg opened this issue 4 years ago • 0 comments

I had to split the c and swift code into separate targets to make this work, since mixed-lang targets arent allowed in swiftpm, but it otherwise works well, and should be still cocoapods-compatible (based on a pod lib lint I ran).

Swift now has a built in result enum as well, which I've converted the project over to use instead of the previously custom result.

klundberg avatar May 08 '20 16:05 klundberg