Finder Plugin in Snow Leopard

本小妞迷上赌 提交于 2019-12-12 17:50:29

问题


Since the Finder in Snow Leopard has been rewritten to use Cocoa instead of Carbon, I'd like to know if there's a new API to write Finder plugins. The old way involved writing a CFPlugin but this doesn't seem to work anymore.


回答1:


If by plug-in you mean contextual menu, you can do this via the services API.




回答2:


I believe they prefer that you write Services instead of Finder plugins now.



来源:https://stackoverflow.com/questions/1651075/finder-plugin-in-snow-leopard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!