xcodegen

Generate Xcode projects from YAML specification files

brewmacoslinux
Try with needOr install directly
Source

About

Generate your Xcode project from a spec file and your folder structure

Commands

xcodegen

Examples

Generate Xcode project from project.yml in current directory$ xcodegen generate
Generate project from a specific spec file$ xcodegen generate --spec path/to/project.yml
Validate project.yml without generating$ xcodegen validate