From ffb3ce328558abe195f393b972c70c75a8abd8c0 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 8 Sep 2021 21:14:04 -0500 Subject: [PATCH] Remove provisioning specifiers for Brent's build --- xcconfig/NetNewsWire_macapp_target.xcconfig | 2 +- xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/NetNewsWire_macapp_target.xcconfig b/xcconfig/NetNewsWire_macapp_target.xcconfig index 05bc71186..600a8a2a1 100644 --- a/xcconfig/NetNewsWire_macapp_target.xcconfig +++ b/xcconfig/NetNewsWire_macapp_target.xcconfig @@ -2,7 +2,7 @@ CODE_SIGN_IDENTITY = Mac Developer DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = com.ranchero -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +PROVISIONING_PROFILE_SPECIFIER = DEVELOPER_ENTITLEMENTS = // developers can locally override the Xcode settings for code signing diff --git a/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig b/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig index ce3406663..af5706350 100644 --- a/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig +++ b/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig @@ -2,7 +2,7 @@ CODE_SIGN_IDENTITY = Mac Developer DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = com.ranchero -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +PROVISIONING_PROFILE_SPECIFIER = DEVELOPER_ENTITLEMENTS = // developers can locally override the Xcode settings for code signing