I have a macOS app which uses FinderSyncExtension. From the MainApp, I'd like to know if FinderSyncExtension is enabled. For that, there is isExtensionEnabled class property in FIFinderSyncController, however it always returns false.
Does anyone know correct usage of FIFinderSyncController.isExtensionEnabled or in which case it would return true?