Icon for Mac OSX bundle
问题 I compile a Mac OSX bundle, called MyBundle.bundle, which is used as a plugin for another application. I want the bundle have a unique icon and so I set the Info.plist file to say: <key>CFBundleIconFile</key> <string>MyIcon.icns</string> and place the file MyIcon.icns in the bundle's MyBundle.bundle/Contents/Resources folder. This does not work, the finder show a generic icon for the bundle and ignores the specified MyIcon.icns file. If I change the bundle's extension from .bundle to .app the