On Mon, Jan 18, 2010 at 4:20 AM, Mark Munz <unmar...@gmail.com> wrote: > Apple usually addresses binary compatibility by changing behavior if > you link against a newer major SDK. So a behavior changes if you link > against 10.6 vs. 10.5. Apple has done this numerous times. > > With notifications, they could also send out both notifications. I'm > thinking com.apple.loginItemsListDidChange doesn't happen often enough > to cause a performance hit if you sent out both each time.
The other thing to consider is that if you are observing a public notification, you should use the symbolic constant for that notification when it is available. In that case, the underlying value doesn't matter. The public API for interacting with, and observing, the login items list is LSSharedFileList. - Jim _______________________________________________ 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