#382·jazzy

Multi-framework Doc Generation for Obj-C

Author: nlutsenkoCreated Nov 16, 2015Updated Nov 4, 2023
Labelssourcekittenpriority-highdifficulty-moderate

Love that jazzy now supports Obj-C doc generation. Would be awesome to have support for projects/frameworks that depend on other frameworks. E.g. Parse depending on Bolts.framework Or even Parse + ParseUI + ParseFacebookUtils, which all are multi-framework things.

The current one (that I could get working) would simply bundle all these things into a single generated output, which is probably not the best case. Or doing this separately involves creating separate sub-folders and adding a bunch of exclude file options for every single framework generation.

I might also have missed something and this is possible automatically through some options. If not - would love to brainstorm on the potential solutions here...