On Wed, Jun 23, 2010 at 7:48 PM, Angelo Chen <angelochen...@yahoo.com.hk> 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 (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