I came across a process called SFLIconTool. Its Unix executable is in the following location:

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/Support

Does anyone know anything about it?

link|improve this question

62% accept rate
feedback

1 Answer

This may help; it seems to suggest it's something to do with icons.

Running a strings command on the Tool returns the following:

com.apple.sidebarlists
systemitems
com.apple.recentitems
.LSSharedFileList
com.apple.loginitems
SessionItems
com.apple.privilegedlist(1)
Icon
@(#)PROGRAM:SFLIconTool  PROJECT:OSServices-
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/Support

As far as I can gather it seems icon-related but I'm not %100 sure what it does.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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