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
1.4m articles
1.4m replys
5 comments
57.0k users