Notification Icon

Hi folks,


We're updating our Apps icon via NSWorkspace's setIcon.


This is updating the icon on disk, but not when sending notifications via either NSUserNotification or UserNotifications the orginal icon is displayed OR a "blank" icon.


Our app is written in Swift (if matters), & we're changing the icon outside of it before sending notifications,


Testing with a vendors app, we canh set their icon via NSWorkspace's setIcon & this then changes the notifications icon.


So, what are we missing?