bluepill 2.0.0

Closes #18561.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2017-09-26 03:30:03 -07:00
parent 8a518da2a0
commit 9ac074c9d0

View file

@ -1,8 +1,8 @@
class Bluepill < Formula
desc "iOS testing tool that runs UI tests using multiple simulators"
homepage "https://github.com/linkedin/bluepill"
url "https://github.com/linkedin/bluepill/archive/v1.1.2.tar.gz"
sha256 "cbb3756acc077cf08329bcccf2c2586c27a0da275eeb015fd965b833795dcb2c"
url "https://github.com/linkedin/bluepill/archive/v2.0.0.tar.gz"
sha256 "ac14147d60d568a2403a30066adb99547154c2814007f19390218b78c1e27ff8"
head "https://github.com/linkedin/bluepill.git"
bottle do
@ -11,17 +11,14 @@ class Bluepill < Formula
sha256 "3978c64e6553e9185fb2a0d27629736fcfbfd4c34efa3092a5a0e8e9e2affa66" => :el_capitan
end
depends_on :macos => :el_capitan # needed for xcode 8
depends_on :xcode => :build
depends_on :xcode => ["9.0", :build]
def install
xcodebuild "-workspace", "Bluepill.xcworkspace",
"-scheme", "bluepill",
"-configuration", "Release",
"SYMROOT=../",
"DSTROOT=../dstroot"
bin.install "dstroot/usr/local/bin/bluepill"
bin.install "dstroot/usr/local/bin/bp"
"SYMROOT=../"
bin.install "Release/bluepill", "Release/bp"
end
test do