Skip to content
New issue

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

Enable new accessibility_access form in 4 Casks #7981

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions Casks/arranger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,5 @@

app 'Arranger.app'

# todo: replace with new assistive_devices stanza
caveats do
<<-EOS.undent
To use #{@cask}, you may need to give it access to assistive
devices (Accessibility). For OS X Mavericks and Above:

System Preferences / Security & Privacy / Privacy / Accessibility
EOS
end
accessibility_access true
end
10 changes: 1 addition & 9 deletions Casks/keycastr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,5 @@

app 'KeyCastr.app'

# todo: replace with new assistive_devices stanza
caveats do
<<-EOS.undent
To use #{@cask}, you may need to give it access to assistive
devices (Accessibility). For OS X Mavericks and Above:

System Preferences / Security & Privacy / Privacy / Accessibility
EOS
end
accessibility_access true
end
10 changes: 1 addition & 9 deletions Casks/plover.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,5 @@

app 'plover.app'

# todo: replace with new assistive_devices stanza
caveats do
<<-EOS.undent
To use #{@cask}, you may need to give it access to assistive
devices (Accessibility). For OS X Mavericks and Above:

System Preferences / Security & Privacy / Privacy / Accessibility
EOS
end
accessibility_access true
end
10 changes: 1 addition & 9 deletions Casks/typinator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,5 @@

app 'Typinator.app'

# todo: replace with new assistive_devices stanza
caveats do
<<-EOS.undent
To use #{@cask}, you may need to give it access to assistive
devices (Accessibility). For OS X Mavericks and Above:

System Preferences / Security & Privacy / Privacy / Accessibility
EOS
end
accessibility_access true
end