Re: Debugging NSService
Re: Debugging NSService
- Subject: Re: Debugging NSService
- From: Laurent Cerveau <email@hidden>
- Date: Thu, 25 Jun 2009 20:49:17 +0200
Simply retrying to see if there could be any idea on this one as I
still have trouble getting success
Thanks for the help
laurent
On Jun 23, 2009, at 5:45 PM, Laurent Cerveau wrote:
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
_______________________________________________
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