Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconfigure signing credentials set-up to allow override #581

Open
wants to merge 1 commit into
base: horos
Choose a base branch
from

Conversation

DD-P
Copy link
Contributor

@DD-P DD-P commented Jul 5, 2020

In reference to #580.

  • This PR moves all signing credentials from the Xcode project file and into a single referenced .xcconfig file (Signing Configuration.xcconfig)
  • Override the signing credentials by adding a file at "Horos/Signing Override.xcconfig"
  • Add the line DEVELOPMENT_TEAM = XXXXXXXXXX to this override file, using your code signing identifier
  • Horos/Signing Override.xcconfig has been added to .gitignore so that your local changes do not affect the main repository

This uses the #include? feature (available since Xcode 8) which will include the referenced file if available but not cause build errors if it is absent.

@DD-P DD-P mentioned this pull request Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants