Thank you all for your help,

I really couldn't believe something like this could be broken, lol.

Ok, I've found the difference:
On Leopard :

9/10/09 11:45:31 AM iLike Installer[11553] NSConcreteNotification 0x19d6f0 {name = NSWorkspaceDidMountNotification; object = <NSWorkspace: 0x180dd0>; userInfo = {
    NSDevicePath = "/Volumes/SetupScripts";
}}

On Snow Leopard:

9/10/09 11:43:15 AM iLike Installer[203] NSConcreteNotification 0x220300 {name = NSWorkspaceDidMountNotification; object = <NSWorkspace: 0x14d7e0>; userInfo = {
    NSDevicePath = "/SetupScripts";
    NSWorkspaceVolumeLocalizedNameKey = SetupScripts;
NSWorkspaceVolumeURLKey = afp://;AUTH=No [email protected] /SetupScripts;
}}

NSDevicePath has changed
and I was checking for NSDevicePath = "/Volumes/SetupScripts", my bad.

Thanks again:)
Kevin
_______________________________________________

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]

Reply via email to