Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@acecilia acecilia released this 18 Dec 18:06
fcaa4d6

This is a custom build from 2.3.0 with XCTestHTMLReport#359 cherry-picked on top.

This is required to avoid the following XCTestHTMLReport#337 that was introduced after 2.3.0 and to support Xcode 16.

To prepare archive run:

swift build -v -c release --triple arm64-apple-macosx; \
swift build -v -c release --triple x86_64-apple-macosx; \
mkdir release; \
lipo -create -output release/xchtmlreport .build/arm64-apple-macosx/release/xchtmlreport .build/x86_64-apple-macosx/release/xchtmlreport; \
zip -r xchtmlreport-2.3.0.zip release; \
rm -fdr release

See: https://github.com/XCTestHTMLReport/XCTestHTMLReport/blob/main/.github/workflows/release.yml