Hi,
That's Volodymyr from MacPaw here, and we're developing a CleanMyMac solution for macOS systems.
Recently we've got several reports from our customers that while scanning the OneDrive folder, CleanMyMac forces the service to re-sync the files with the server.
We are using several calls to the location, exactly these two (ObjC):
MDItemRef item = MDItemCreate(kCFAllocatorDefault, (__bridge CFStringRef)anItemPath);
[[NSWorkspace sharedWorkspace] iconForFile:path]
Are there any solutions like ignore list or any similar that won't cause files re-sync?
Thanks!