yoshimkd / swift-auto-diagram

A Ruby script that scans all swift code from the specified folders and files and automatically generates an entity diagram (similar to a class diagram) which can be viewed in a browser.
MIT License
496 stars 57 forks source link

Generate diagram from frameworks #35

Closed hughcrt closed 3 years ago

hughcrt commented 3 years ago

Is it possible to generate a diagram from Apple APIs? For example, I would like to generate a diagram for HealthKit types. I'm not sure how to proceed.

yoshimkd commented 3 years ago

Hello @hughcrt. You can only generate diagrams from .swift source code files.