Skip to content

Commit

Permalink
remove assistive_devices caveat in typinator
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Dec 6, 2014
1 parent 9db58de commit 475773f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Casks/typinator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
license :unknown

app 'Typinator.app'

# todo: replace with new assistive_devices stanza
caveats do
assistive_devices
<<-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
end

0 comments on commit 475773f

Please sign in to comment.