Skip to content

Instantly share code, notes, and snippets.

@megclaypool
Last active February 19, 2025 18:52
Show Gist options
  • Save megclaypool/d812e8617cb3df9b3795c09c01f05dff to your computer and use it in GitHub Desktop.
Save megclaypool/d812e8617cb3df9b3795c09c01f05dff to your computer and use it in GitHub Desktop.
[How to change the name a Mac app displays in the menu bar] [Answer from AskDifferent](https://apple.stackexchange.com/a/385074/225185) I use this to rename "Firefox Developer Edition" to "FF Dev" so my menu bar doesn't overflow!

Renaming the .app package in Finder only changes the name there, it doesn't change the name shown in the menu. To do so edit YOUR.app/Contents/Resources/XY.lproj/InfoPlist.strings (with XY being the language you are using) and change CFBundleName there.

For applications without localization files you can also edit YOUR.app/Contents/Info.plist and set a new value for CFBundleName there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment