Fix JetpackIntents signing for device builds#25497
Open
Conversation
Collaborator
Generated by 🚫 Danger |
Add device-specific development team and provisioning profile overrides for the JetpackIntents extension Debug configuration.
3939da1 to
2e3035a
Compare
jkmassel
commented
Apr 14, 2026
| @@ -3961,6 +4328,7 @@ | |||
| PRODUCT_BUNDLE_IDENTIFIER = com.automattic.jetpack.JetpackIntents; | |||
| PRODUCT_NAME = "$(TARGET_NAME)"; | |||
| PROVISIONING_PROFILE_SPECIFIER = "Jetpack iOS Development Intents"; | |||
| "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Jetpack iOS Development Intents Extension"; | |||
Contributor
Author
There was a problem hiding this comment.
The name changed here, which is causing breakage
Contributor
There was a problem hiding this comment.
@jkmassel did you consider overriding the line above so it applies to all? Not that it matters, but it would remove the outdate name
"PROVISIONING_PROFILE_SPECIFIER" = "Jetpack iOS Development Intents Extension";
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 32014 | |
| Version | PR #25497 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 2e3035a | |
| Installation URL | 3tevngp43pvmg |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 32014 | |
| Version | PR #25497 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 2e3035a | |
| Installation URL | 44gm1snnk1kcg |
Contributor
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
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.


Summary
sdk=iphoneos*)DEVELOPMENT_TEAMandPROVISIONING_PROFILE_SPECIFIERoverrides for the JetpackIntents extension Debug configurationTest plan