• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Debugging NSService
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Debugging NSService
      • From: Laurent Cerveau <email@hidden>
References: 
 >Debugging NSService (From: Laurent Cerveau <email@hidden>)

  • Prev by Date: How to disable selection on Mouse down for NSOutlineView?
  • Next by Date: Re: Short-circuit evaluation
  • Previous by thread: Debugging NSService
  • Next by thread: Re: Debugging NSService
  • Index(es):
    • Date
    • Thread