ok I see also you are the guy behind the code. So now I know who to blame.��
By looking at the code it looks like it requires the size of the icon to be 64x64 and createIconMethodsFromFile reads a png file containing the icon and uses base64ContentsofFileNamed to create the string that contains the contents of the png icon file.��
Looks easy enough, clean code too. Apart from base64ContentsOfFileNamed: comment " "Private - convenient method"" :D at least you bother to comment.��
I dont understand this comment��"self exportAllIconsAsGif" in the same name method, are the comments automatically generated this comments looks strange.��