Allow to parse a single project - no comparison
- Dominant language
- Swift
- Stars
- 962
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I often want to quickly find out "what are the dependencies of this project" or "what are the build settings of this project". However, opening Xcode and navigating the UI can be slow and cumbersome. `xcdiff` might provide a quick way to get at this info.
**Describe the solution you'd like**
It might be nice if you could invoke `xcdiff` to just parse and print these values without any comparison against another project
Contributor guide
Research direction
Start by tracing xcdiff’s existing project-comparison command and how it parses an xcodeproj. Define the single-project invocation around the requested dependencies and build settings, then verify that it prints those values without requiring a second project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100