Closed BasThomas closed 6 years ago
Add instructions on how to generate an xcodeproj to work on SwiftNIO from Xcode.
xcodeproj
There is no documentation I can find on how to do this.
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.
Resolved by #478.
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:We probably want to add this in the Getting Started part of the README.