mobile-tooling / cli
XcodeGen
Capability: XcodeGen
Use it when
- generate a reproducible Xcode project from a reviewable specification
- avoid project.pbxproj merge conflicts across branches
What it solves
Not the fit when
- generated project correctness still depends on the checked-in specification
Install
brew install xcodegen
Invoke
Describe targets settings schemes and dependencies in `project.yml`, run `xcodegen generate`, and regenerate rather than merging `project.pbxproj`.
Alternatives
No reviewed alternatives recorded yet.