Is there a way to insert a custom icon in a NSAlert? I know you can have different prefabbealert styles but is it possible to cu
Yes. You can use
- (void)setIcon:(NSImage *)icon
Look at the documentation.