Good call, you are right.
Fixed, and thanks,
Kevin
___
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/Unsubsc
Thanks to all that helped, here's the code working:
NSUserDefaults *theDefaults = [NSUserDefaults standardUserDefaults];
NSDictionary *dockDict = [theDefaults
persistentDomainForName:@"com.apple.dock"];
NSMutableDictionary *mutableDockDict=[dockDict
mutableCopyWithZone:nil];
I need to remove applications that were on the the Dock,
programmatically (running Leopard 10.5.4). Does anyone have a clue as
to how I could accomplish this?
Thanks,
Kevin
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not p