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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/lcerveau%40me.com

This email sent to lcerv...@me.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to