vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Making example executables private #40

Closed tanner0101 closed 8 years ago

tanner0101 commented 8 years ago

Is there something we could do to make the example modules not show up in Xcode or be built during swift build?

Maybe .gitignore?

It's a bit overwhelming both during the build process and in Xcode.

screen shot 2016-06-06 at 10 17 38 am

czechboy0 commented 8 years ago

😞 I know, it is pretty annoying. There was a proposal for making certain targets internal-only (something you'd specify in the project's Package.swift). I guess bring it up in the mailing list? I'll back you as it does get overwhelming when you have more dependencies with executables.