On 18/10/05, David Litwin <email@hidden> wrote:
> I need to get a list of all registered apps on a particular Mac.
>
> LaunchServices can give me info about an app given a number of identifying
> properties, but how would one go about getting access to its entire list?
There is no API for doing this, as far as I know. There is, however,
SPI which exists back across all OS X releases as far as I know:
extern OSStatus _LSCopyAllApplicationURLs(CFArray *outURLs);
However, since this is SPI the standard disclaimers apply: it is
subject to removal without warning at any time, you should
conditionalise your use of it, etc etc.
You should also file a bug at http://bugreport.apple.com/ asking for a
supported way to do this.
-- Finlay
>
> David Litwin
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Carbon-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/carbon-dev/email@hidden
>
> This email sent to email@hidden
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden