On Snow Leopard the third party services are disabled by default. Is there any way to enable it programmatically? I tried with NSRequiredContext and also by editing pbs.plist programmatically as given in following post
How do I automatically activate an item in the OS X Services Menu ,
NSServices not working but its not working for me.
On Snow Leopard the third party services are disabled by default. Is there any
Share
I had some trouble getting this to work in my application as well. When debugging this try calling
NSUpdateDynamicServices()when your app launches and make sure you are registering a service provider. The problem could be that your service isn’t getting registered at all. You can use terminal to see which services are registered with/System/Library/CoreServices/pbs -dump_pboardExample service: