Switch-In items called on login?
-
emd
Are the apps in my Switch-In folder called when I log in?
-
Greg Hurrell
They're called whenever the system sends a NSWorkspaceSessionDidBecomeActiveNotification. The Cocoa docs say, "Posted after a user session is switched in. This allows an application to re-enable some processing when a switched out session gets switched back in, for example."
You could find out whether the items in that folder are called when logging in by testing it out. From memory, I don't recall whether they are or not.
Reply
This topic is now closed.