'iCloud' displayed when File Provider Item is marked as 'Shared'

I am developing a File Provider on Mac. I am marking some items within the domain as 'shared' via the NSFileProviderItemProtocol. However, the text 'Folder shared on iCloud by me' appears in Finder when these items are marked as shared.

Is this correct? My provider has nothing to do with iCloud, which is, of course, the cloud developed by Apple. Is there a way to change this text or remove it?

I've attached an image that shows the problem.

Answered by DTS Engineer in 788567022

I believe that worth a feedback report, given that isShared is part of NSFileProviderItemProtocol but a file provider isn't necessarily related to iCloud. Please be clear about what you'd mean by setting isShared to true and post your report ID here, if you don't mind.

I believe that worth a feedback report, given that isShared is part of NSFileProviderItemProtocol but a file provider isn't necessarily related to iCloud. Please be clear about what you'd mean by setting isShared to true and post your report ID here, if you don't mind.

'iCloud' displayed when File Provider Item is marked as 'Shared'
 
 
Q