From 742796aaa8e5c4aab7c2f58bd2a2816fb0491174 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 9 Oct 2019 10:24:30 -0500 Subject: [PATCH] Add default organization identifier to xcconfig files --- xcconfig/NetNewsWire_macapp_target.xcconfig | 1 + xcconfig/NetNewsWire_safariextension_target.xcconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/xcconfig/NetNewsWire_macapp_target.xcconfig b/xcconfig/NetNewsWire_macapp_target.xcconfig index fa302be5f..9065dd1b6 100644 --- a/xcconfig/NetNewsWire_macapp_target.xcconfig +++ b/xcconfig/NetNewsWire_macapp_target.xcconfig @@ -1,6 +1,7 @@ CODE_SIGN_IDENTITY = Mac Developer DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Automatic +ORGANIZATION_IDENTIFIER = com.ranchero PROVISIONING_PROFILE_SPECIFIER = // developers can locally override the Xcode settings for code signing diff --git a/xcconfig/NetNewsWire_safariextension_target.xcconfig b/xcconfig/NetNewsWire_safariextension_target.xcconfig index d77bb41e7..6c536de2b 100644 --- a/xcconfig/NetNewsWire_safariextension_target.xcconfig +++ b/xcconfig/NetNewsWire_safariextension_target.xcconfig @@ -1,6 +1,7 @@ CODE_SIGN_IDENTITY = Mac Developer DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Automatic +ORGANIZATION_IDENTIFIER = com.ranchero PROVISIONING_PROFILE_SPECIFIER = // developers can locally override the Xcode settings for code signing