Reading List

Using NSDockTilePlugIn from Michael Tsai RSS feed.

Using NSDockTilePlugIn

Mario Guzmán (Mastodon): Customizing an application’s Dock tile when the application itself is not running requires that you write a plug-in. The plug-in’s principal class must implement the NSDockTilePlugIn protocol.The name of the plugin is indicated by a NSDockTilePlugIn key in the application’s Info.plist file.The plugin is loaded in a system process at login time […]