How do I add a badge to the Dock icon for my app using Cocoa? Is there any roughly \"standardized\" way to do this?
(I\'m referring to the kind of badges that show up i
A quick google search turned up the NSDockTile class. Seems pretty self-explanatory once you take a gander at the documentation.