2

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.

Sam Spencer
  • 8,492
  • 12
  • 76
  • 133
lingtianlan
  • 304
  • 2
  • 7

2 Answers2

5

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

foundry
  • 31,615
  • 9
  • 90
  • 125
0

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

ICL1901
  • 7,632
  • 14
  • 90
  • 138