diff options
| -rw-r--r-- | Library/Formula/watch-sim.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/watch-sim.rb b/Library/Formula/watch-sim.rb index 8e3e82413..c965b0855 100644 --- a/Library/Formula/watch-sim.rb +++ b/Library/Formula/watch-sim.rb @@ -4,6 +4,12 @@ class WatchSim < Formula    sha256 "138616472e980276999fee47072a24501ea53ce3f7095a3de940e683341b7cba"    head "https://github.com/alloy/watch-sim.git" +  bottle do +    cellar :any +    sha256 "06d95de04920d991ee1ee5a9e8035fb12ef103aa072382cef82cab683797e8d9" => :yosemite +    sha256 "b04846befdb378679cdd93bdf182784a8ed0da3957cb0b4a124576b3cd06e54c" => :mavericks +  end +    depends_on :xcode => "6.2"    def install | 
