Skip to content

Commit

Permalink
Disable automatically managed signing for Xcode project. (#36181)
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes authored Nov 4, 2021
1 parent ba5f6d0 commit d476ab4
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = PZYM8XX95Q;
LastSwiftMigration = 940;
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
};
};
Expand Down Expand Up @@ -581,8 +581,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = PZYM8XX95Q;
Expand All @@ -607,7 +607,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.gutenberg.development;
PRODUCT_NAME = GutenbergDemo;
PROVISIONING_PROFILE_SPECIFIER = "";
PROVISIONING_PROFILE_SPECIFIER = "Gutenberg Development";
SWIFT_OBJC_BRIDGING_HEADER = "gutenberg-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand All @@ -622,8 +622,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PZYM8XX95Q;
HEADER_SEARCH_PATHS = (
Expand All @@ -641,7 +641,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = org.wordpress.gutenberg.development;
PRODUCT_NAME = GutenbergDemo;
PROVISIONING_PROFILE_SPECIFIER = "";
PROVISIONING_PROFILE_SPECIFIER = "Gutenberg Development";
SWIFT_OBJC_BRIDGING_HEADER = "gutenberg-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit d476ab4

Please sign in to comment.