Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 Snow Leopard 中的 Finder 已被重写为使用 Cocoa 而不是 Carbon,我想知道是否有新的 API 来编写 Finder 插件。旧方法涉及编写 CFPlugin,但这似乎不再起作用。
如果插件是指上下文菜单,则可以通过服务 API 执行此操作。
我相信他们现在更喜欢您编写服务而不是 Finder 插件。