> What does
>                       <key>LSIsAppleDefaultForType</key>
>                       <false/>
> do? It's used by quite a few entries in Info.plist, but I couldn't  
> find what this is supposed to do (hence, I didn't add it to the new  
> entries).

I Googled and found this link:

http://www.cocoabuilder.com/archive/message/cocoa/2006/6/14/165625

In particular:
=====
You can see that for pdf files, it is true, but for ai (Illustrator
files) it is false. Basically this is a way for Launch Services to
'know' which application should be considered the default default app
for a given type without having to hard-code that info into the
system. AFAIK it is only ever set on Apple's own Apps and should
probably be considered private.
=====


> icons, to not bloat the app size too much), but I'd like to try to  
> find (or write) a small program that can generate document icons from  
> an app icon and a string list. Then the document icons could use the  

I know *nothing* about what *.icns files are internally, but:

a) If they can be converted from PostScript, then the names on the icons 
should be text strings within the PostScript. That would be easy to hack.

b) If they can be converted to/from PDF, you could pull them into LaTeX 
and then have LaTeX plop an overlay text right on top of them.

So both of those options could be easily automated.

        --Ted


-- 
Ted Pavlic <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to