Are there any best practices for structuring a CMP project that will have a CMP tool window (a sidecar to Xcode) as the main focus and a few helper apps in pure Swift / SwiftUI it will have to interoperate with?
My specific case is using XcodeKit, which needs a Service Extension, an Editor Extension and a small CommunitcationsBridge piece to communicate across a security boundary because Xcode, practically, has no Extension API. Mainily just Accessibility API's. I have two really good examples Swift projects that already do this as templates for the Swift structure, I just dont know if I can have some kind of shared project (or some hybrid) I can use for both.
RIP App Code 🫗
Any suggestions or pointers to other projects that have both sides in one repo, would be appreciated.