1 dépôt
Management of IDE-specific targets, schemes, and build settings via external configuration files.
Distinct from Project Settings Managers: Focuses on replacing manual IDE edits with structured configuration, distinct from general workflow settings.
Explore 1 awesome GitHub repository matching development tools & productivity · IDE Project Management. Refine with filters or upvote what's useful.
XcodeGen is a command-line utility written in Swift that generates Xcode project files from structured specification files. It serves as a project generator and build configuration manager, allowing targets, schemes, and build settings to be defined in a human-readable format instead of through manual edits in the Xcode IDE. The tool optimizes version control by generating project binaries on demand, which removes the need to store large project files in repositories and eliminates associated merge conflicts. It further automates the development workflow by synchronizing project groups and fi
Defines targets, schemes, and build settings using a human-readable configuration file instead of manual Xcode IDE editing.