我有一个使用 FinderSyncExtension 的 macOS 应用程序。在 MainApp 中,我想知道 FinderSyncExtension 是否已启用。为此,在 中有isExtensionEnabled类属性FIFinderSyncController,但它总是返回false。
有谁知道正确用法FIFinderSyncController.isExtensionEnabled或在哪种情况下会返回true?
我有一个使用 FinderSyncExtension 的 macOS 应用程序。在 MainApp 中,我想知道 FinderSyncExtension 是否已启用。为此,在 中有isExtensionEnabled类属性FIFinderSyncController,但它总是返回false。
有谁知道正确用法FIFinderSyncController.isExtensionEnabled或在哪种情况下会返回true?