Add `NSDockTile`
init https://developer.apple.com/documentation/appkit/nsdocktile
example:
let dock_tile: cocoa::base::id = msg_send![NSApp(), dockTile];
NSDockTile::set_shows_applicatin_badge(dock_tile, cocoa::base::YES);
NSDockTile::setBadgeLabel_(dock_tile, NSString::alloc(nil).init_str("9"));
@bors-servo r+
:pushpin: Commit f10db81 has been approved by jdm
:hourglass: Testing commit f10db81e857666c2c544345c35d0a36a0be5eceb with merge cddb46a885f9b05e71c443a46190590faef0ef5b...
:boom: Test timed out
@bors-servo retry
:hourglass: Testing commit f10db81e857666c2c544345c35d0a36a0be5eceb with merge 7185556f5ccb372fecde03a9d4b7f3e5a9ec793b...
:sunny: Test successful - checks-github Approved by: jdm Pushing 7185556f5ccb372fecde03a9d4b7f3e5a9ec793b to master...