Skip to content

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