gpt4 book ai didi

cocoa - 如何让 finder 同步扩展自动加载?

转载 作者:行者123 更新时间:2023-12-03 17:09:37 25 4
gpt4 key购买 nike

我创建一个 cocoa 应用程序项目,并添加目标“Finder同步扩展”。然后“finderSync.appex”将被放入“.../Contens/Plugins/”文件夹中。但是当我启动应用程序时,扩展程序不会自动加载,我应该手动加载吗?我怎样才能加载它?

Apple 开发指南中写道:

For OS X to recognize and automatically load the Finder Sync extension, the extension target’s info.plist file must contain the following entries:

<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict/>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.FinderSync</string>
<key>NSExtensionPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).FinderSync</string>
</dict>

我已经按照上面的设置了,但是还是不行。

最佳答案

您需要使用 Finder 注册您的扩展程序:

pluginkit -a <path you your appex>

您可能还需要告诉 Finder 启用您的扩展程序:

pluginkit -e use -i <ID of you appex>

关于cocoa - 如何让 finder 同步扩展自动加载?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43801285/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com