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.

有帮助吗?

解决方案

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top