Skip to content

Update macOS notifications to use UserNotifications framework

Joe Donofry requested to merge macos_api_updates into master
  • Remove calls to deprecated NSUserNotification API
  • Add calls for UserNotification framework

NOTES

  • Applications need to be signed or they won't be able to have access to the notifications API. Sorry homebrew cask users and self-builders
  • We can eventually add support for replying in-line from the notification and other fancy stuff now.
Edited by Joe Donofry

Merge request reports