On Mon, Sep 14, 2009 at 5:33 PM, Steven Edwards winehacker@gmail.com wrote:
Right but what happened to the png image?
OK so I looked at it a bit more in depth and understand what your going for now. So you are embedding the png as a resource fork of the png image but then using the png as a script. You kind of lost me before but it makes sense now. It's creative but not the correct way to do what we want.
All that really needs to be done to fix the patch I have is to convert the raw C io-ops to use the Carbon functions for writing out the plist and add a helper to function do the conversion from png to icns. I suspect we might be able to go from png to tiff to icns using OS X builtin tools and spawn* to do the magic. At the worst case we need to write a helper function to convert the format.
Thanks