From c56c76e557d5febc03f0cdbc8be7eecd7a1789dd Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 30 Sep 2019 23:18:27 -0500 Subject: [PATCH] Fixed ORGANIZATION_IDENTIFIER in xcconfig --- xcconfig/NetNewsWire_iOSapp_target.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/NetNewsWire_iOSapp_target.xcconfig b/xcconfig/NetNewsWire_iOSapp_target.xcconfig index 7d67a834f..71a35cbf7 100644 --- a/xcconfig/NetNewsWire_iOSapp_target.xcconfig +++ b/xcconfig/NetNewsWire_iOSapp_target.xcconfig @@ -1,7 +1,7 @@ CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = DY2XQRVWN9 CODE_SIGN_STYLE = Automatic -BUNDLE_ROOT = com.ranchero +ORGANIZATION_IDENTIFIER = com.ranchero PROVISIONING_PROFILE_SPECIFIER = // developers can locally override the Xcode settings for code signing