Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions WordPress/WordPress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4308,6 +4308,7 @@
CODE_SIGN_ENTITLEMENTS = "JetpackIntents/Supporting Files/JetpackIntents.entitlements";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = PZYM8XX95Q;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -4327,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";
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name changed here, which is causing breakage

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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";

SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
Expand Down