We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to specify Dropbox as -sender like this:
-sender
alerter \ -sender com.getdropbox.dropbox \ -message 'Launch Dropbox ?' \ -closeLabel No \ -actions 'Launch' \ -timeout 30
The alert does not appear, and the timeout does not happen.
If I remove the -sender line, it works.
If I use -sender com.apple.TextEdit instead, it works.
-sender com.apple.TextEdit
This is using alerter (1.1.0) on latest Catalina non-beta:
alerter (1.1.0)
ProductName: Mac OS X ProductVersion: 10.15.4 BuildVersion: 19E266
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to specify Dropbox as
-sender
like this:The alert does not appear, and the timeout does not happen.
If I remove the
-sender
line, it works.If I use
-sender com.apple.TextEdit
instead, it works.This is using
alerter (1.1.0)
on latest Catalina non-beta:The text was updated successfully, but these errors were encountered: