Xcode 4.3 will start producing mainmenu.xib
I look at that mainmenu.xib
It has an object named Main Menu
I go and look at what are the menu points too
Menu Item - Show All for example, link to unhideAllApplications:
I try to find where is unhideAllApplications defined but can't find any. The outlet window says that it's linked to the first responder.
It is linked to first responder
I check the class of first responder, I can't find anything either
The file owner of mainmenu.xib, for example, is an object of class NSApplication.
What's the class of First Responder? There is nothing mentioned in the class view
Curiously there are 3 objects in mainmenu.xib and Application and Owner are both of type NSApplication. Go figure