Re: Debugging NSService
Re: Debugging NSService
- Subject: Re: Debugging NSService
- From: Laurent Cerveau <email@hidden>
- Date: Tue, 23 Jun 2009 17:45:13 +0200
I realize I did not provide a lot of information. So the Plist of my
apps looks like :
<key>NSServices</key>
<array>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>EnclickTo</string>
</dict>
<key>NSMessage</key>
<string>ec2Encrypt</string>
<key>NSPortName</key>
<string>EnclickToService</string>
<key>NSSendTypes</key>
<array>
<string>Apple URL pasteboard type</string>
<string>NSFilenamesPboardType</string>
</array>
</dict>
</array>
However this is more my particular case and what I would more be
looking for is (if there is ) a method to debug this (like enabling a
default for service verbose if there is one)
Thanks
laurent
On Jun 23, 2009, at 4:34 PM, Laurent Cerveau wrote:
Hi
I want to add a service to my application. So I created the service
entry in the plist, implemented the methods with proper signature,
register the service at Application Did Finish launching time but
unfortunately I never see my service appearing in the Services menu
(after login and all).
How can I debug this?
thanks
laurent
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden