objc-dependency-visualizer
objc-dependency-visualizer copied to clipboard
Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
Xcode 13.1 Here is the result after running the line: First of all, it's a large project, it should be way more than 5 "directories". Second of all, `index.html` is...
When I run `./generate-objc-dependencies-to-json.rb -w -s "swift-project-analyzer"` I get the following error Cannot read file /Users/xinyi/Library/Developer/Xcode/DerivedData/OnePlayer-cqtdohbytzcdggcjripigujhpuhx/Build/Intermediates.noindex/OnePlayer.build/Debug-iphonesimulator/OnePlayer.Example.SwiftUI.build/Objects-normal/x86_64/SwiftUIOnePlayerViewModel.swiftdeps : This is possibly because output file was changed:(/Users/xinyi/Library/Developer/Xcode/DerivedData/OnePlayer-cqtdohbytzcdggcjripigujhpuhx/Build/Intermediates.noindex/OnePlayer.build/Debug-iphonesimulator/OnePlayer.Example.SwiftUI.build/Objects-normal/x86_64/SwiftUIOnePlayerViewModel.swiftdeps): control characters are not allowed...
Is there some way to group everything by file, rather than also showing the individual types etc.? I just want to think about my dependencies at the file level.
Hi, I would like to visualize dependencies in a swift pod. Is there a way? I tried: 1. `pod lib create HelloLib`, choose Swift 2. `cd HelloLib` 3. `open Example/HelloLib.xcworkspace`...
Bumps [rake](https://github.com/ruby/rake) from 12.1.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
Hi, Great tool, I can easily generate graphs for test and project targets. However, is there a way to do the same for framework targets? It seems like your code...
Hello, Is it possible to filter graph result for exclude pods and basics swift objects dependencies please ?
Dependency visualizer NOT drawing visualization with Pods. Opening blink page on browser. Any ideas?
Hi, is there a way to run the script not for the whole project but just for a Swift module or a framework?