vote up 0 vote down star

I want to make it that for a certain file type, the icon is dynamically generated by my app. For example, photos appear as thumbnails in the Finder - I want .myapp files to appear as special, per-file generated icons in the Finder. How can I do this?

flag

1 Answer

vote up 1 vote down check

Review apple documentation for CFBundleTypeName, CFBundleTypeIconFile, LSItemContentTypes, etc... http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/Documents/Concepts/DocTypePList.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.