Files
OSGKeyboard/Signing.local.xcconfig.example
T
Cursor Agent c9a1213cd9 fix: auto-create Signing.local.xcconfig for xcodegen generate
XcodeGen fails when project.yml references a missing config file.
Add Signing.local.xcconfig.example and have generate-xcodeproj.sh
copy it on first run so fresh clones can generate the project.

Co-authored-by: Rocky <hkgood@users.noreply.github.com>
2026-07-03 08:11:26 +00:00

11 lines
414 B
Plaintext

// Signing.local.xcconfig.example
// Copy to Signing.local.xcconfig (gitignored) for local signing overrides.
// `./Scripts/generate-xcodeproj.sh` creates Signing.local.xcconfig from this
// file automatically when it is missing.
//
// Replace DEVELOPMENT_TEAM with your Apple Developer Team ID if you are not
// building with the project's default team.
DEVELOPMENT_TEAM = X329MZU23S
CODE_SIGN_STYLE = Automatic