MGCB Editor Mac Icon

On the develop branch, when I build the new MGCB Editor Mac app, it has some default icon instead of using the App.icns icon. When I open the app contents, Info.plist still says the following, but it doesn’t appear to be respected.

	<key>CFBundleIconFile</key>
	<string>App</string>

@harry-cpp do you know about this? One of the few things remaining before I open my PR.

I just checked and it’s the default Eto.Mac icon, but the App.icns file in the app contents has the correct MG icon.

https://github.com/MonoGame/MonoGame/pull/7077 should have fixed it.

1 Like

Oops you’re right, my mistake. There are still some oddities where it doesn’t seem to respect the Bundle Name in Info.plist, but it’s good enough at least.

Hopefully I’ll have this out in the next day or two.