mxcl / Cake

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

Enforce module dependency tree such that modules cannot import ancestors #13

Open mxcl opened 5 years ago

mxcl commented 5 years ago

May be tricky or even impossible considering how Xcode works.

mxcl commented 5 years ago

Worth researching if this can be enforced with separate Xcode projects.

mxcl commented 5 years ago

Actually SwiftPM does enforce this.