File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import Darwin
22
3- var version = " 2.0.1 "
3+ var version = " 2.1.0 "
44
55print ( " XCTestHTMLReport \( version) " )
66
Original file line number Diff line number Diff line change 55VERSION=$1
66
77if [ -z $VERSION ] ; then
8- VERSION=" 2.0.1 "
8+ VERSION=" 2.1.0 "
99fi
1010
1111OUT_ZIP=" xchtmlreport.zip"
Original file line number Diff line number Diff line change 11class Xchtmlreport < Formula
22 desc "XCTestHTMLReport: Xcode-like HTML report for Unit and UI Tests"
33 homepage "https://github.com/applidium/XCTestHTMLReport"
4- url "https://github.com/applidium/XCTestHTMLReport/archive/2.0.1 .tar.gz"
4+ url "https://github.com/applidium/XCTestHTMLReport/archive/2.1.0 .tar.gz"
55 sha256 "59ef4f1c9c876e8bbf0051b324b8de79cbf8dc134e8f16a21ee4ade059a203a4"
66 head "https://github.com/applidium/XCTestHTMLReport.git" , :branch => "develop_ad"
77
You can’t perform that action at this time.
0 commit comments