Inherit CODE_SIGN_STYLE in Keystone—makes it Manual - #24377
Merged
Conversation
This addresses a provisioning settings that would have resulting in targets using the framework failing to build for distribution. > Keystone has conflicting provisioning settings. > Keystone is automatically signed, but code signing identity Apple Development: Created via API (886NX39KP6) has been manually specified. > Set the code signing identity value to "Apple Development" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.
Collaborator
kean
approved these changes
Apr 1, 2025
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 26988 | |
| Version | PR #24377 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 498f29e | |
| Installation URL | 0rqjjnbh41g8o |
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 26988 | |
| Version | PR #24377 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 498f29e | |
| Installation URL | 2t274pqlv08i0 |
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.


This addresses a provisioning settings that would have resulting in targets using the framework failing to build for distribution.
Before
After
These are the same settings WordPressAuthenticator uses.
I noticed this while troubleshooting #24374