c9a1213cd9
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>
11 lines
414 B
Plaintext
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
|