File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
XCTestHTMLReport/XCTestHTMLReport/Classes Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99import Foundation
1010
11- var version = " 1.7.2 "
11+ var version = " 1.7.3 "
1212
1313print ( " XCTestHTMLReport \( version) " )
1414
Original file line number Diff line number Diff line change 55VERSION=$1
66
77if [ -z $VERSION ] ; then
8- VERSION=" 1.7.2 "
8+ VERSION=" 1.7.3 "
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/1.7.2 .tar.gz"
4+ url "https://github.com/applidium/XCTestHTMLReport/archive/1.7.3 .tar.gz"
55 sha256 "3d0fc23087dcf958bb242b41a5054d12f12bed6eba56fdf1e0fddd4465b5cd78"
66 head "https://github.com/applidium/XCTestHTMLReport.git" , :branch => "develop_ad"
77
You can’t perform that action at this time.
0 commit comments