swift-relationship-graph
swift-relationship-graph copied to clipboard
A simple tool to create relationships graphs for Swift codebases
I have used sourcekitten to get json file for my IOS application. sourcekitten doc -- -workspace MyApp.xcworkspace -scheme MyApp -configuration Release -arch arm64 -arch armv7 -arch armv7s only_active_arch=no defines_module=yes -sdk...
Hi Team, Upon making sure that all requirements are satisfied, while I'm following the installation steps, on cloning the repository step, I'm getting the access error. Requesting you to please...
Currently the graph for a complex project is unreadable due to the complexity. It would be great to be able to generate a graph for one file (class, struct, protocol)...
I am not able to run the examples. This is output when I try to run one of them. ``` Scotts-MBP:examples slcott$ ./object-mapper.sh Cloning into '/Users/slcott/Desktop/swift-relationship-graph/examples/ObjectMapper'... Enter passphrase for key...
Love the idea behind this tool. Is there any chance to make better use of vertical real estate in the output when using the graph option? Right now my classes...