Update build settings to let contributors build - #180
Open
kenrachynski wants to merge 4 commits into
Open
Conversation
Author
|
This may address parts of #172 |
kenrachynski
force-pushed
the
update-building
branch
from
August 28, 2026 00:50
463f259 to
c333737
Compare
Xcode *will* error out with the defaults originally in the files. I made these changes and Xcode was able to successfully build Relay.
Instrument Relay and RelayKit for plists containing the developer group id. Change swift code to read from plist instead of hard-coded group id.
Move CODE_SIGN_STYLE and CODE_SIGN_IDENTITY into Secrets.xcconfig so contributors without a paid Developer Program membership can build and run the app using a free Personal Team. Also wire RelayShareExtension to Secrets.xcconfig, which it was previously missing entirely. Relay's app sandbox and app group entitlements require a real development certificate and cannot be ad-hoc signed, so a free Apple ID is documented as the minimum requirement in CONTRIBUTING.md and Secrets.xcconfig.example. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
kenrachynski
force-pushed
the
update-building
branch
from
September 1, 2026 01:35
c333737 to
4ec225f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Xcode will error out with the defaults originally in the files. I made these changes and Xcode was able to successfully build Relay.
I have not tested a scenario where the person building the app does not have a developer account.