Okay. I was looking for a neat way to list system sounds that are played with [NSSound soundNamed: ] - and to me it seemed that API does not have list of available sounds.
I also searched this with google and found some pretty old and partially already deprecated sources. If application should have a soundpicker - what would be a best way to get list of system provided sounds?
This is my implementation.
NSSound (systemSounds.h):
NSSound (systemSounds.m):
Freely usable and available for anyone for any purpose and if you enhance it, please share :)