I created an application using Xcode 4.5’s Cocoa Application template. I see that there are a whole bunch of menus that I don’t need which I removed. The one I would like to keep is the About page but I can’t find where it is taking its data from.
(I’ve only done a bunch of iOS apps and this is my first desktop app with Cocoa)
Check the
Credits.rtffile automatically created by XCode. You can find it in the groupSupporting Files.If you want to edit the Copyright information you need to change the
NSHumanReadableCopyrightkey in the<YouAppName>Info.plistfile of your application.