yonaskolb / yonaskolb/XcodeGen
Default CODE_SIGN_IDENTITY
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
As a Developer I want to ensure that my build scripts work from a clean installation of the project, Xcodegen is a critical component of that process.
With the release of Mac Catalyst, the default signing identity certificates have been renamed from "iPhone Developer" to "Apple Development" so that a single certificate now covers both iOS and Mac signing.
Not updating the CODE_SIGN_IDENTITY build setting can result in failed builds.
The application_iOS.yml should be updated to reflect this change the default signing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect application_iOS.yml and locate the CODE_SIGN_IDENTITY setting used by the generated project. Verify the default signing identity against the issue's Mac Catalyst context, then confirm that a clean project generation uses Apple Development rather than the outdated identity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100