goloveychuk / ZeroMQ

ZeroMQ for Swift
MIT License
92 stars 29 forks source link

Readme not up to date #8

Closed Dev1an closed 8 years ago

Dev1an commented 8 years ago

The readme states

Open the new SwiftZMQ folder, and drag the SwiftZMQ.xcodeproj into the Project Navigator of your application's Xcode project.

But there is no SwiftZMQ.xcodeproj file in this repository.

goloveychuk commented 8 years ago

@Dev1an are you using swift-package-manager and last toolchain?

Dev1an commented 8 years ago

No I just did git submodule add https://github.com/Zewo/SwiftZMQ.git as it is written in the manual

goloveychuk commented 8 years ago

@Dev1an sorry for old readme. We're only supporting SPM and latest snapshot. Solutions: 1) You can pull later version, with xcodeproj. This e.g. https://github.com/Zewo/ZeroMQ/tree/13c7ae025aec40b3a820a569b9d43a06a6dd2bed 2) You can create xcodeproj by your own 3) you can install latest swift, latest spm, use this swift-build patch https://github.com/Zewo/swift-package-manager/releases , for generating swift project This is until swift community merge this PR https://github.com/apple/swift-package-manager/pull/235

Dev1an commented 8 years ago

OK Thanks for the clarification @goloveychuk