Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odnoletkov/xcodeproj-graph
Build dependency graph for Xcode project's targets
https://github.com/odnoletkov/xcodeproj-graph
pbxproj xcode xcodeproj
Last synced: 11 days ago
JSON representation
Build dependency graph for Xcode project's targets
- Host: GitHub
- URL: https://github.com/odnoletkov/xcodeproj-graph
- Owner: odnoletkov
- Created: 2020-02-17T21:57:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T22:26:17.000Z (almost 5 years ago)
- Last Synced: 2024-12-13T21:07:46.354Z (11 days ago)
- Topics: pbxproj, xcode, xcodeproj
- Language: JSONiq
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xcodeproj-graph
Build dependency graph for Xcode project's targets.
# Install
brew install odnoletkov/tap/xcodeproj-graph
# Usage
```
xcodeproj-graph path/to/foo.xcodeproj
```
```
xcodeproj-graph path/to/foo.xcodeproj/project.pbxproj
```
```
cd path/to/project
xcodeproj-graph
```# TODO
* Configurable output modes (print .dot file, save .dot file etc.)
* Show meta info about targets in nodes (such as target type)
* Indicate external targets (coming from included project files or as implicit dependencies from Xcode workspace)
* Load and display hierarchies for external targets (from included projects or workspace)