Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimsungwhee/KSHObjcUML
KSHObjcUML can show oriented graph of dependencies between Objective-C and Swift classes in your project
https://github.com/kimsungwhee/KSHObjcUML
alcatraz kshobjcuml objc-dependency-visualizer objective-c swift uml xcode xcode-plugin
Last synced: 3 months ago
JSON representation
KSHObjcUML can show oriented graph of dependencies between Objective-C and Swift classes in your project
- Host: GitHub
- URL: https://github.com/kimsungwhee/KSHObjcUML
- Owner: kimsungwhee
- Created: 2015-02-18T08:29:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T02:52:41.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T06:57:50.517Z (3 months ago)
- Topics: alcatraz, kshobjcuml, objc-dependency-visualizer, objective-c, swift, uml, xcode, xcode-plugin
- Language: Objective-C
- Homepage: https://github.com/kimsungwhee/KSHObjcUML
- Size: 2.36 MB
- Stars: 1,051
- Watchers: 38
- Forks: 104
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KSHObjcUML
KSHObjcUML can show oriented graph of dependencies between Objective-C and Swift classes in your project.
This plugin is based on [objc-dependency-visualizer](https://github.com/PaulTaykalo/objc-dependency-visualizer).![Example](KSHObjcUML.png)
##Changes
### 2016-04-24
- Support Swift Project### 2015-05-25
- Resolving Dependecies from DWARF information## Usage
###Step 1 - Build your Xcode project(Simulator)
###Step 2 - Select Product->Objc-UML or Swift-UML
![Screenshot](ScreenShot.png)## Install
Install via [Alcatraz](http://alcatraz.io/)OR
Clone and build the project, then restart Xcode.
## Uninstall
Uninstall via [Alcatraz](http://alcatraz.io/)OR
Run `rm -r ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/KSHObjcUML.xcplugin/`
## Thanks
Thanks to kattrali.[cocoapods-xcode-plugin](https://github.com/kattrali/cocoapods-xcode-plugin).Thanks to Paul Taykalo.[objc-dependency-visualizer](https://github.com/PaulTaykalo/objc-dependency-visualizer).
## License
KSHObjcUML is available under the MIT license. See the LICENSE file for more info.