<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">What kind of target will be made in the Xcode project? Specifically, will it be a static library or a framework?&nbsp;<br class=""></div></blockquote><div><br class=""></div><div>Frameworks.</div><br class=""><blockquote type="cite" class=""><div class="">The folks behind Zewo made a tool to help us manage our large dependency graph that generates complete xcode projects with subprojects and targets (it also does a few other things, but those aren't important). As a side effect it also supports modulemaps with no extra configuration. It generates frameworks (not static libraries) for the reasons described earlier, but I'm sure it would be trivial to change it to work the other way.<br class=""><br class="">The tool can be found here: <a href="https://github.com/zewo/zewo-dev" class="">https://github.com/zewo/zewo-dev</a>. Unfortunately it had to be made in ruby because of the xcodeproj gem but I believe it could still be a useful reference.<br class=""></div></blockquote></div><br class=""><div class="">Thanks for the link, a very interesting project.</div></body></html>