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!