作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我创建一个 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/
我是一名优秀的程序员,十分优秀!