From 1303b0bb96abc663bf8e8fb09c98638baa9c8d47 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Fri, 18 Dec 2015 17:16:08 +0800 Subject: [PATCH] Firefox Beta: Add 1Password Caveat --- Casks/firefox-beta.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/firefox-beta.rb b/Casks/firefox-beta.rb index 67f1a4955..d8a4d8a17 100644 --- a/Casks/firefox-beta.rb +++ b/Casks/firefox-beta.rb @@ -15,4 +15,10 @@ cask 'firefox-beta' do '~/Library/Application Support/Firefox', '~/Library/Caches/Firefox', ] + + caveats <<-EOS.undent + The Mac App Store version of 1Password won't work with a Homebrew-cask-linked Mozilla Firefox. To bypass this limitation, you need to either: + + Move Mozilla Firefox to your /Applications directory (the app itself, not a symlink). + + Install 1Password from outside the Mac App Store (licenses should transfer automatically, but you should contact AgileBits about it). + EOS end