Fix FileProviderExt bundle identifier
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Fri, 17 Mar 2023 14:18:27 +0000 (15:18 +0100)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Fri, 12 May 2023 05:29:54 +0000 (13:29 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/Info.plist

index 6bce8a51a8a9480057476a5533ae94bc2c1855d7..d418f5a579b7bf5acdebc3d89eabc87cd99f76e5 100644 (file)
@@ -2,6 +2,12 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+       <key>CFBundleName</key>
+       <string>$(PRODUCT_NAME)</string>
+       <key>CFBundleDisplayName</key>
+       <string>$(OC_APPLICATION_NAME) File Provider Extension</string>
+       <key>CFBundleIdentifier</key>
+       <string>$(OC_APPLICATION_REV_DOMAIN).$(PRODUCT_NAME:rfc1034identifier)</string>
        <key>NSExtension</key>
        <dict>
                <key>NSExtensionFileProviderDocumentGroup</key>