-1

我正在尝试将 Finder Sync Extension 集成到我的 Cocoa 应用程序中,以在文件和文件夹中显示徽章。但我遇到了一些疑问:

1)运行应用程序的问题意味着我想使用我的主机应用程序运行扩展。请参阅以下屏幕截图:

在此处输入图像描述

请参阅运行弹出菜单,如果我通过 FinderSyncExtension 运行应用程序,则它会添加到系统偏好设置中的扩展程序中,但是当我通过主机应用程序运行我的应用程序时,例如查看蓝色菜单项,则它不会创建扩展程序。

2) FinderSync.m 类只被第一次调用然后它不会调用那有什么问题吗?

请给我有关集成 FinderSync 扩展的简要想法。我参考了FinderSync的Apple官方文档。

任何帮助表示赞赏..!

4

1 回答 1

0

1.On developing you can run FinderSync extension by selecting "FinderSyncExt" from product-->Scheme. In my knowledge there is no direct connection between containing app and extension.

  1. To stop your running Extension use "Stop" option from Product instead of button given to stop running application.On running a extension it initialise two process so to stop you have to press "Stop" twice(from product).

    And before you run Extension in Xcode make sure that your extension is unchecked from extensions list(System preference--> Extensions).

Hope it will help you.

于 2015-06-25T10:21:03.833 回答