How to customize the text in a default About window?

323 Views Asked by At

I have a Cocoa app and I want to use the default About window like this:

enter image description here

How can I change the text? ex:

Engineering:
    Some people (I want to change this text to the real developer)

Can it be configured somewhere in the info.plist file? I can't find any related key after reading the Apple document about info.plist.

2

There are 2 best solutions below

0
On BEST ANSWER

Look in the en.lproj folder for a file called "Credits.rtf"

0
On

You can edit the Credits.rtf file in most editors. Xcode is a bit limited, compared to even TextEdit.