pub unsafe static NSAboutPanelOptionCredits: &'static NSAboutPanelOptionKeyAvailable on crate feature
NSApplication only.Expand description
NSAttributedString displayed in the info area of the panel. If not specified, contents obtained from “Credits.rtf” (.rtfd, .html) in [NSBundle mainBundle]; if not available, blank. Note that in applications built against the 10.14 SDK or earlier, the credits are shown in light appearance even when the application is running in dark appearance, except when the credits are specified as an attributed string, or come from a file are the text is just pure black. In applications built against the 10.15 SDK or newer, credits will be shown in dark appearance, using the “adaptive color mapping” setting in NSTextView.
See also Apple’s documentation