macOS comes with a bunch of predefined images (Folder, Trash, ...) I can use the NSImage(named: "") here to get the image.
It looks like some of the images are stored in /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/
There are also images of all the Apple devices. Is there a way to get the images using Swift? I tried using the filename with NSImage(named: ""), but nil is returned.