NSWorkspace choosing to launch app from Time Machine backup
NSWorkspace choosing to launch app from Time Machine backup
- Subject: NSWorkspace choosing to launch app from Time Machine backup
- From: "Sean McBride" <email@hidden>
- Date: Thu, 24 Jan 2008 22:28:05 -0500
Hi all,
I use NSWorkspace to launch an app like so:
NSWorkspace* workspace = [NSWorkspace sharedWorkspace];
[workspace launchAppWithBundleIdentifier:
@"com.BirthdayBuzzer.BirthdayBuzzer"
options:(NSWorkspaceLaunchWithoutAddingToRecents |
NSWorkspaceLaunchWithoutActivation)
additionalEventParamDescriptor:nil
launchIdentifier:nil];
Sometimes it chooses to launch a version of the app from a Time Machine
backup (i.e. /Volumes/BackupDisk/Backups.backupdb/machine_name/
2007-12-12-101435/Applications/Birthday Buzzer.app).
Has anyone seen this? Do I assume correctly that this is incorrect
behaviour on the part of NSWorkspace?
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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