copyq: add caveat about Accessibility preferences (#83284)

This commit is contained in:
Gibson Fahnestock 2020-05-31 01:45:02 +01:00 committed by GitHub
parent 56792641c9
commit 9ab2f22bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -19,4 +19,8 @@ cask 'copyq' do
exec '#{appdir}/CopyQ.app/Contents/MacOS/CopyQ' "$@"
EOS
end
caveats do
unsigned_accessibility
end
end

View File

@ -43,7 +43,8 @@ The following methods may be called to generate standard warning messages:
| `discontinued` | all software development has been officially discontinued upstream.
| `free_license 'web_page'` | users may get an official license to use the software at `web_page`.
| `kext` | users may need to enable their kexts in System Preferences → Security & Privacy → General.
| `license 'web_page'`               | software has a usage license at `web_page`.
| `unsigned_accessibility` | users will need to re-enable the app on each update in System Preferences → Security & Privacy → Privacy as it is unsigned.
| `license 'web_page'` | software has a usage license at `web_page`.
Example: