Вопрос

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