From ecd55ae37d96e41a200eec8f2ec38f10a23bca46 Mon Sep 17 00:00:00 2001 From: Ivan Sein Date: Fri, 17 Mar 2023 11:19:02 +0100 Subject: [PATCH] Set CODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO in FileProviderExt. Signed-off-by: Ivan Sein --- .../NextcloudIntegration.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj index 7031bcf95e..7f8adf78a6 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj +++ b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj @@ -650,6 +650,7 @@ CODE_SIGN_ENTITLEMENTS = FileProviderExt/FileProviderExt.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; + CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1; @@ -707,6 +708,7 @@ CODE_SIGN_ENTITLEMENTS = FileProviderExt/FileProviderExt.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; + CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 1;