|
|
|
|
|
by latexr
2034 days ago
|
|
> I'm still not sure if it works on unsigned apps You don’t even need an app; you can show a dialog from AppleScript. Using a shell: /usr/bin/osascript -e 'display notification "whatever"'
You can add a title, subtitle, and sound[1]. Adding a custom icon is trickier and does require a built app.[1]: https://developer.apple.com/library/archive/documentation/La... |
|