Skip to content
Snippets Groups Projects
Commit 169a0799 authored by Alex's avatar Alex Committed by GitHub
Browse files

Make wording more similar to existing messages

parent 15f3f206
No related branches found
No related tags found
No related merge requests found
......@@ -227,8 +227,8 @@ class Hbc::Installer
ohai "Enabling accessibility access"
if MacOS.version >= :sierra
opoo <<-EOS.undent
Access denied to accessibility DB (TCC.db) by SIP on this version of macOS.
If needed, enable manually via the app or System Preferences.
Accessibility access cannot be enabled automatically on this version of macOS.
See System Preferences to enable it manually.
EOS
elsif MacOS.version <= :mountain_lion
@command.run!("/usr/bin/touch",
......@@ -255,8 +255,8 @@ class Hbc::Installer
return unless @cask.accessibility_access
if MacOS.version >= :sierra
opoo <<-EOS.undent
Access denied to accessibility DB (TCC.db) by SIP on this version of macOS.
If needed, disable manually via the app or System Preferences.
Accessibility access cannot be disabled automatically on this version of macOS.
See System Preferences to disable it manually.
EOS
elsif MacOS.version >= :mavericks
ohai "Disabling accessibility access"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment