Merge pull request #7981 from rolandwalker/enable_accessibility_access_casks

Enable new `accessibility_access` form in 4 Casks
This commit is contained in:
Roland Walker 2014-12-10 19:46:43 -05:00
commit bf09f139f1
4 changed files with 4 additions and 36 deletions

View File

@ -10,13 +10,5 @@ cask :v1 => 'arranger' do
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

View File

@ -9,13 +9,5 @@ cask :v1 => 'keycastr' do
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

View File

@ -8,13 +8,5 @@ cask :v1 => 'plover' do
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

View File

@ -8,13 +8,5 @@ cask :v1 => 'typinator' do
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