Editing macOS app About dialog
·
Igor Kulman
When you create a macOS app and keep the default menu, you automatically get an About dialog. This dialog shows basic info about the app.
If you want to add more information to this dialog there is no obvious way to do it. You need to start reading the Apple documentation to finally discover that it is actually quite simple.
All you have to do is to add a Credits.rtf
to you project. You can do it directly from Xcode using File | New | File | Rich Text File
.
The content of this file will be automatically shown in the About dialog