Folks; I've found through field testing that some of my customers are keeping several copies of my application on their computer.
At various points in the usage, it is possible to launch the application using AppleScript as well as by invocations of -launchAppWithBundleIdentifier: However, when there are stale versions of an application around these do not launch the appropriate application. NSWorkspace does not appear to handle the notion that there might be more than one.. The return of absolutePathForAppBundleWithIdentifier is a NSString! How do other folks handle this situation? Ideally I would like to offer a list of the applications and inform the user of the unexpected consequences of this "collection"… Any thoughts appreciated. Steve_______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
