Getting Default Application Icon as NSImage
To get the icon that represents an application with no custom icon (default application icon) just call:
[NSImage imageNamed:@“NSDefaultApplicationIconâ€];
To get the icon that represents an application with no custom icon (default application icon) just call:
[NSImage imageNamed:@“NSDefaultApplicationIconâ€];
