From 704d7f4fefcd291b1aefbb8895ffb77dbd60a440 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 30 Sep 2019 23:25:29 -0500 Subject: [PATCH] Update default CODE_SIGNING_AUTHORITY --- xcconfig/NetNewsWire_iOSapp_target.xcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcconfig/NetNewsWire_iOSapp_target.xcconfig b/xcconfig/NetNewsWire_iOSapp_target.xcconfig index 71a35cbf7..a42e9e012 100644 --- a/xcconfig/NetNewsWire_iOSapp_target.xcconfig +++ b/xcconfig/NetNewsWire_iOSapp_target.xcconfig @@ -1,4 +1,5 @@ -CODE_SIGN_IDENTITY = Developer ID Application +CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer +CODE_SIGN_IDENTITY[sdk=iphonesimulator*] = iPhone Developer DEVELOPMENT_TEAM = DY2XQRVWN9 CODE_SIGN_STYLE = Automatic ORGANIZATION_IDENTIFIER = com.ranchero