<!--
{
  "availability" : [
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/AboutPanelOptionKey/credits",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSAboutPanelOptionCredits"
  },
  "title" : "credits"
}
-->

# credits

The credits string to display in the About panel.

```
static let credits: NSApplication.AboutPanelOptionKey
```

## Discussion

The value of this key is an <doc://com.apple.documentation/documentation/Foundation/NSAttributedString> displayed in the info area of the panel. If not specified, AppKit then looks for a file named “Credits.html”, “Credits.rtf”, and “Credits.rtfd”, in that order, in the bundle returned by the <doc://com.apple.documentation/documentation/Foundation/Bundle> class method main. The first file found is used. If none is found, the info area is left blank.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)