setDockTile(_:)
Invoked when the plug-in is first loaded and when the application is removed from the Dock.
Declaration
func setDockTile(_ dockTile: NSDockTile?)Parameters
- dockTile:
The dock tile associated with the application, or
nilif the application has been removed from the Dock.
Discussion
The plugin is loaded in a system process at login time or when the application tile is added to the Dock.
The principal class of the plug-in must implement the NSDockTilePlugIn protocol.