Skip to content

Commit b9bc67a

Browse files
authored
Inherit CODE_SIGN_STYLE in Keystone—makes it Manual (#24377)
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.
1 parent d7a1f9a commit b9bc67a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WordPress/WordPress.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6625,7 +6625,6 @@
66256625
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
66266626
CLANG_WARN_STRICT_PROTOTYPES = YES;
66276627
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
6628-
CODE_SIGN_STYLE = Automatic;
66296628
COPY_PHASE_STRIP = NO;
66306629
CURRENT_PROJECT_VERSION = 1;
66316630
DEFINES_MODULE = YES;
@@ -6691,7 +6690,6 @@
66916690
CLANG_WARN_STRICT_PROTOTYPES = YES;
66926691
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
66936692
CODE_SIGN_IDENTITY = "Apple Distribution: Automattic, Inc. (PZYM8XX95Q)";
6694-
CODE_SIGN_STYLE = Automatic;
66956693
COPY_PHASE_STRIP = NO;
66966694
CURRENT_PROJECT_VERSION = 1;
66976695
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
@@ -6753,7 +6751,6 @@
67536751
CLANG_WARN_STRICT_PROTOTYPES = YES;
67546752
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
67556753
CODE_SIGN_IDENTITY = "iPhone Distribution: Automattic, Inc.";
6756-
CODE_SIGN_STYLE = Automatic;
67576754
COPY_PHASE_STRIP = NO;
67586755
CURRENT_PROJECT_VERSION = 1;
67596756
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";

0 commit comments

Comments
 (0)