From 9362ea732c8bcdc080a68c163bcf7a6e3bfc7947 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 19 Aug 2020 21:16:54 -0500 Subject: [PATCH] Add provisioning profile specifier for the new share extension --- xcconfig/NetNewsWire_shareextension_target.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/NetNewsWire_shareextension_target.xcconfig b/xcconfig/NetNewsWire_shareextension_target.xcconfig index ab01eecb7..88d775cc9 100644 --- a/xcconfig/NetNewsWire_shareextension_target.xcconfig +++ b/xcconfig/NetNewsWire_shareextension_target.xcconfig @@ -1,9 +1,9 @@ - CODE_SIGN_IDENTITY = Developer ID Application DEVELOPMENT_TEAM = M8L2WTLA8W CODE_SIGN_STYLE = Manual ORGANIZATION_IDENTIFIER = com.ranchero -PROVISIONING_PROFILE_SPECIFIER = +PROVISIONING_PROFILE_SPECIFIER = NetNewsWire +DEVELOPER_ENTITLEMENTS = // developers can locally override the Xcode settings for code signing // by creating a DeveloperSettings.xcconfig file locally at the appropriate path