Julian Vogels
Julian Vogels

Reputation: 688

Cocoa app name isn't displayed in "Force Quit Applications" window

my Mac app works as a Menu Item application, and you can toggle the dock icon on and off in the settings. If the dock icon is shown, it shows the app name.

dock icon shows app name

But if I open the "Force Quit Applications" window, the app name isn't shown.

App name not shown in Force Quit Application window

Where does that window get the name from?

Thanks!

Upvotes: 3

Views: 162

Answers (1)

Stavash
Stavash

Reputation: 14304

I think this is the CFBundleName from your info.plist file. I just created a new test app from scratch and after launching it I'm able to see it in the "Force quit applications" window out of the box (OS X El Capitan 10.11.2)

enter image description here

Upvotes: 4

Related Questions