apple / swift-nio

Event-driven network application framework for high performance protocol servers & clients, non-blocking.
https://swiftpackageindex.com/apple/swift-nio/documentation
Apache License 2.0
8k stars 652 forks source link

Add documentation to generate an xcodeproj #477

Closed BasThomas closed 6 years ago

BasThomas commented 6 years ago

Expected behavior

Add instructions on how to generate an xcodeproj to work on SwiftNIO from Xcode.

Actual behavior

There is no documentation I can find on how to do this.

How to proceed

We can generate an xcodeproj with SwiftPM:

$ swift package generate-xcodeproj

We probably want to add this in the Getting Started part of the README.

Lukasa commented 6 years ago

Resolved by #478.