Customize App Info Command Title

Hello -

I am trying to find the correct way to customize the title of the app info command menu. I may not be using the right terminology here, but the UI element I am referring to is the menu that is between the Apple icon and the “File” menu. It is usually the name of the app (Safari, Xcode, etc.)

In my app, the name of this menu is coming from the name of the project and not the display name, which is what I would have expected. I’d like to have it match the project display name. That is, instead of “my-project”, it should say “My App Name”.

I can’t seem to figure out how to do it using the Command builder. Could some one point me in the right direction?

Thanks!

You can change your target name and it will be used there.

Or in Build Settings, you can edit Product Name.

This change will apply to the menu title, the Dock title and every menu item that mentions the app name.

Thank you! Changing the target name worked.