In my py2app built application, I want to replace the standard application dock tile icon with my own icon.
After using the --iconfile option with py2app, I see that the icon file (icns) is copied into Contents/Resources but Info.plist (CFBundleIconFile) does not reference this icon file. Manually updating the plist also has no effect on the dock icon. Where did I go wrong? I am using python 2.4.4 on OS X 10.4.8 Thanks
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig