[Pythonmac-SIG] Dock tile icon

2007-02-23 Thread Amrit Jassal
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. Manuall

Re: [Pythonmac-SIG] Dock tile icon

2007-02-23 Thread Zachery Bir
On Feb 23, 2007, at 8:04 AM, Amrit Jassal wrote: > 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

Re: [Pythonmac-SIG] Dock tile icon

2007-02-23 Thread Ronald Oussoren
On Friday, February 23, 2007, at 02:05PM, "Amrit Jassal" <[EMAIL PROTECTED]> wrote: >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 Cont