Hi , Newbie here .
For a given swift project how can I get a list of its objects and classes , and the functions and vars that those objects call . I need this to visualise a project that I have written .
The long hard way would be to implement a regex and parse the code .
Does XCode itself store this meta data somewhere ? What should I be searching for ?
Thanks