Guide To Install bluepill On Mac using Brew

Package Information:

Name: bluepill
Use: Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine.
URL: https://github.com/linkedin/bluepill

Installation Steps:

  1. Open Terminal on your Mac.
  2. Copy and run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bluepill using brew
    brew install bluepill

bluepill is ready to use now!