In my py2app built application, I want to replace the standard application dock tile icon with my own icon. <br><br>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.<br><br>Where did I go wrong? <br><br>I am using python 2.4.4 on OS X 10.4.8<br><br>Thanks<br>