a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

Swift 3 support #34

Closed a2 closed 7 years ago

a2 commented 7 years ago

Closes #21. Closes #22. Closes #23. Closes #30. Closes #32.

ChristianSteffens commented 7 years ago

Great - thank you for this Swift Migration ;-) I'm missing the Xcode Project File in the latest commit - is this by mistake?

a2 commented 7 years ago

@LordNali You can generate the Xcode project file with swift package generate-xcodeproj.

ChristianSteffens commented 7 years ago

Okay - should have thought of that (but haven´t used SPM yet).

a2 commented 7 years ago

@LordNali No worries. I'll update the README to include this information.

ChristianSteffens commented 7 years ago

Okay, now I got a problem with Carthage: It needs a shared Xcode-Project to build your Framework. The Problem is known: https://github.com/Carthage/Carthage/issues/1226 For now I manually create the necessary MessagePack project.