mxcl / Cake

A delicious, quality‑of‑life supplement for your app‑development toolbox.
Apache License 2.0
537 stars 15 forks source link

Don’t build dependencies that are only for test targets #7

Closed mxcl closed 5 years ago

mxcl commented 5 years ago

Eg JohnSundell/Xgen depends on ShellOut but only for the tests

Ideally we'd not even resolve these deps, but I don't think SwiftPM can do that.

Still shouldn't generate targets for them, for sure.