From 0bdbc956bccf82a8748969bd3fc05e56d6042eaf Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Fri, 17 Mar 2023 15:18:27 +0100 Subject: [PATCH] Fix FileProviderExt bundle identifier Signed-off-by: Claudio Cambra --- .../MacOSX/NextcloudIntegration/FileProviderExt/Info.plist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist index 6bce8a51a..d418f5a57 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist @@ -2,6 +2,12 @@ + CFBundleName + $(PRODUCT_NAME) + CFBundleDisplayName + $(OC_APPLICATION_NAME) File Provider Extension + CFBundleIdentifier + $(OC_APPLICATION_REV_DOMAIN).$(PRODUCT_NAME:rfc1034identifier) NSExtension NSExtensionFileProviderDocumentGroup -- 2.30.2