From f058aad6a7f656706bcf9a8549ef7990751ec279 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 8 Sep 2021 21:02:47 -0500 Subject: [PATCH] Switch Brent over to full Auto for build signing --- xcconfig/NetNewsWire_macapp_target.xcconfig | 4 ++-- xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig | 4 ++-- xcconfig/NetNewsWire_shareextension_target.xcconfig | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xcconfig/NetNewsWire_macapp_target.xcconfig b/xcconfig/NetNewsWire_macapp_target.xcconfig index 604d5b147..05bc71186 100644 --- a/xcconfig/NetNewsWire_macapp_target.xcconfig +++ b/xcconfig/NetNewsWire_macapp_target.xcconfig @@ -1,6 +1,6 @@ -CODE_SIGN_IDENTITY = Developer ID Application +CODE_SIGN_IDENTITY = Mac Developer DEVELOPMENT_TEAM = M8L2WTLA8W -CODE_SIGN_STYLE = Manual +CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = com.ranchero PROVISIONING_PROFILE_SPECIFIER = NetNewsWire DEVELOPER_ENTITLEMENTS = diff --git a/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig b/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig index 33cdf6669..ce3406663 100644 --- a/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig +++ b/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig @@ -1,6 +1,6 @@ -CODE_SIGN_IDENTITY = Developer ID Application +CODE_SIGN_IDENTITY = Mac Developer DEVELOPMENT_TEAM = M8L2WTLA8W -CODE_SIGN_STYLE = Manual +CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = com.ranchero PROVISIONING_PROFILE_SPECIFIER = NetNewsWire DEVELOPER_ENTITLEMENTS = diff --git a/xcconfig/NetNewsWire_shareextension_target.xcconfig b/xcconfig/NetNewsWire_shareextension_target.xcconfig index fa2973248..e84e4ec60 100644 --- a/xcconfig/NetNewsWire_shareextension_target.xcconfig +++ b/xcconfig/NetNewsWire_shareextension_target.xcconfig @@ -1,6 +1,6 @@ -CODE_SIGN_IDENTITY = Developer ID Application +CODE_SIGN_IDENTITY = Mac Developer DEVELOPMENT_TEAM = M8L2WTLA8W -CODE_SIGN_STYLE = Manual +CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = com.ranchero PROVISIONING_PROFILE_SPECIFIER = NetNewsWire Mac Share Extension DEVELOPER_ENTITLEMENTS =