From 7d95f3d332323fd11cf34766eab6c503fd329b75 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 6 Oct 2019 19:07:39 -0500 Subject: [PATCH] Fix the share extenstion code signing identity --- xcconfig/NetNewsWire_safariextension_target.xcconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcconfig/NetNewsWire_safariextension_target.xcconfig b/xcconfig/NetNewsWire_safariextension_target.xcconfig index a56af953f..44654997d 100644 --- a/xcconfig/NetNewsWire_safariextension_target.xcconfig +++ b/xcconfig/NetNewsWire_safariextension_target.xcconfig @@ -1,7 +1,7 @@ -CODE_SIGN_IDENTITY[config=Release] = Developer ID Application -CODE_SIGN_IDENTITY[config=Debug] = - -DEVELOPMENT_TEAM[config=Release] = M8L2WTLA8W -CODE_SIGN_STYLE = Manual +CODE_SIGN_IDENTITY[config=Release] = Mac Developer +CODE_SIGN_IDENTITY[config=Debug] = Mac Developer +DEVELOPMENT_TEAM[config=Release] = M8L2WTLA8W +CODE_SIGN_STYLE = Automatic PROVISIONING_PROFILE_SPECIFIER = // developers can locally override the Xcode settings for code signing