I have a static dock menu created with Interface Builder (cocoa). Works
great.
I now have a requirement to add/remove items for this menu at run-time or
enable/disable menu items at run-time.
I cannot find a way to get a handle to the dock menu at run-time to get at
the menu items that I want to
In my py2app built application, I want to replace the standard application
dock tile icon with my own icon.
After using the --iconfile option with py2app, I see that the icon file
(icns) is copied into Contents/Resources but Info.plist (CFBundleIconFile)
does not reference this icon file. Manuall