Hi,
Trying to link specific icons to a new extension "*.perso", - I have created a set of icons I named "perso.icns" - and put it in "Textmate/Contents/Resources" - then edit "Textmate/Contents/info.plist" and add :
8<--- <dict> <key>CFBundleTypeExtensions</key> <array> <string>perso</string> </array> <key>CFBundleTypeIconFile</key> <string>perso</string> <key>CFBundleTypeName</key> <string>Plain text document</string> </dict> 8<---
But when I create a new document with the "perso" extension, it comes with a blank icon (with upper right corner folded). The set of icons I've created seems to work well when I replace an existing set (log.icns for instance) with this set.
So, which step did I miss?
Thanks,