Re: Getting the version of an application.
Re: Getting the version of an application.
- Subject: Re: Getting the version of an application.
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 29 Jun 2002 12:49:30 +0100
On Saturday, June 29, 2002, at 05:26 AM, Ricci Adams wrote:
I am trying to add a method in my application that fetches information
about other applications. I can use LSCopyItemInfoForURL to find out
information such as "Is this application native/invisible/an alias/a
package/etc". I can also use NSWorkspace to get the icon of an
application.
I have search both LaunchServices and NSWorkspace, but I cannot find a
way to get the version of a specific application. I know that this
information is accessible somehow, since the Info window in Finder
displays a "Version:" for applications.
You should use NSBundle or CFBundle, I think.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.