Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
169a0799
Commit
169a0799
authored
8 years ago
by
Alex
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make wording more similar to existing messages
parent
15f3f206
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Library/Homebrew/cask/lib/hbc/installer.rb
+4
-4
4 additions, 4 deletions
Library/Homebrew/cask/lib/hbc/installer.rb
with
4 additions
and
4 deletions
Library/Homebrew/cask/lib/hbc/installer.rb
+
4
−
4
View file @
169a0799
...
...
@@ -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
.
Access
ibility 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
.
Access
ibility 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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment