mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.72k stars 323 forks source link

feat: Allow node-notifier to work on Apple Silicon Macs #441

Open Sebastian-Webster opened 4 months ago

Sebastian-Webster commented 4 months ago

Fixes #361

This was done by recompiling terminal-notifier into a universal binary so it can run on both Intel and Apple Silicon Macs.

The latest macOS SDK at the time of writing (14.4) only supports macOS 10.13 - 14.4 so this will remove support for 10.9 - 10.12. For the no longer supported OS', Growl will be used instead.