ios-xcodegen
Installation
SKILL.md
iOS XcodeGen
Overview
Use this skill to safely edit XcodeGen specs, regenerate the Xcode project, and verify the resulting build settings/targets.
Workflow (default)
- Locate the spec (
project.ymlor custom--spec). - Edit targets/settings/dependencies/schemes in the spec.
- Regenerate with
xcodegen. - Validate the generated
.xcodeproj/build settings.
Quick Commands
- Regenerate in repo root:
xcodegen - Custom spec path:
xcodegen --spec path/to/spec.yml - Only plists:
xcodegen --only-plists