We are creating a Replicated FileProvider based application, where we need to change folder icons for root level folders. I tried below two approaches.
This using NSFileProviderDecorations + Custom UTType, this changed the UI as shown:
This using Custom UTType, this had no UI change:
How can we change the default folder icon, to our custom icon?