Services in 10.1
Services in 10.1
- Subject: Services in 10.1
- From: Eric Blenkush <email@hidden>
- Date: Mon, 05 Nov 2001 01:22:06 -0800
Hi,
My app allows users to add services and I implement this by following the
docs from apple which say to create a bundle ending in ".service" in
Library/Services with an info.plist file defining the services. Actually I
just create a directory, not sure if that matters.
This all worked fine until(i think) 10.1. Now they dont show up in the
service menu. Also any 3rd party services that I use that end in ".service"
dont show up either although the ones ending in ".app" do(their kind is:
AppWrapperType).
Has anyone seen this problem? Better yet, know how to fix it?
Thanks,
Eric Blenkush