node-notifier
node-notifier copied to clipboard
feat: Allow node-notifier to work on Apple Silicon Macs
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.