Hi, I've made a core data document-based application that works fine. When you save the data to a file cocoa adds the standard plain white icon representing the data file.
How do I change that standard icon into a custom one? I've tried to add this to the Info.plist file, according to apple's documentation: <key>CFBundleTypeIconFile</key> <string>myCustomIcon</string> But the icon of the file remains the same standard plain icon when I save the data. What am I doing wrong? --Philip _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
