I have an application that I've bundled into a Mac OS X app bundle. Everything is working fine, but I want to change its icon from the default. How do I set its icon? Thanks.
in your info.plist add
info.plist
<key>CFBundleIconFile</key> <string>iconfile</string>
with icon file iconfile.icns in your Resources directory
iconfile.icns
2.1m questions
2.1m answers
60 comments
57.0k users