From 968ec309b21072c6c4bbb9cdcabfb133f896fc1c Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 11 Oct 2019 19:58:46 -0500 Subject: [PATCH] Change test code sign style to automatic --- xcconfig/NetNewsWireTests_target.xcconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xcconfig/NetNewsWireTests_target.xcconfig b/xcconfig/NetNewsWireTests_target.xcconfig index c073e390c..1ae0ee28b 100644 --- a/xcconfig/NetNewsWireTests_target.xcconfig +++ b/xcconfig/NetNewsWireTests_target.xcconfig @@ -1,7 +1,6 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W -CODE_SIGN_STYLE = Manual -PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +CODE_SIGN_STYLE = Automatic // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here