Commit generated .xcodeproj so fresh checkouts open without XcodeGen #8
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/8/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The .xcodeproj is generated from project.yml by XcodeGen, and was previously
gitignored. That meant a fresh clone couldn't open the project in Xcode until
the user installed XcodeGen and ran 'xcodegen generate'. Since this is currently
a single-committer project, commit the generated project to remove that setup
gap; the merge-conflict risk XcodeGen avoids is acceptable for now.
project.yml remains the source of truth — regenerate and commit alongside it
when changing project structure. User-specific state (xcuserdata) stays ignored.