Re: checking if an app installed
Re: checking if an app installed
- Subject: Re: checking if an app installed
- From: "Stephen J. Butler" <email@hidden>
- Date: Wed, 23 Jun 2010 19:55:32 -0500
On Wed, Jun 23, 2010 at 7:48 PM, Angelo Chen <email@hidden> wrote:
> Hi,
> Is there a way to check if a certain application is installed? say if iMovie is installed? thanks,
Three ways:
-[NSWorkspace absolutePathForAppBundleWithIdentifier:] (10.3)
-[NSWorkspace fullPathForApplication:] (10.0)
-[NSWorkspace URLForApplicationWithBundleIdentifier:] (10.6)
_______________________________________________
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