From 2034b684a8a3c06a4659348a5705e10887b0ceb3 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 11 Oct 2019 20:00:25 -0500 Subject: [PATCH] Change test code sign style to manual --- xcconfig/NetNewsWireTests_target.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/NetNewsWireTests_target.xcconfig b/xcconfig/NetNewsWireTests_target.xcconfig index 1ae0ee28b..fb6499ed2 100644 --- a/xcconfig/NetNewsWireTests_target.xcconfig +++ b/xcconfig/NetNewsWireTests_target.xcconfig @@ -1,6 +1,6 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W -CODE_SIGN_STYLE = Automatic +CODE_SIGN_STYLE = Manual // See the notes in NetNewsWire_target.xcconfig on why the // DeveloperSettings.xcconfig is #included here