- Fixed CodeCoverageProvider not working in Xcode 11
- Recompiled for Xcode 11's toolchain (Swift 5.1)
- Adding support for
buckLogFilePath
for the extraction of Buck Build related rules - Bruno Rocha - Adding Buck support to
TestCountProvider
- Bruno Rocha
- Fixes version string and makes error methods public for custom providers - Bruno Rocha
- Make
Summary.genericFor
public for custom providers - Bruno Rocha
- ProjectInfo now allows you to manually specify a
versionNumber
andbuildNumber
in case your Info.plist doesn't have them (Buck iOS apps) - Bruno Rocha
- Adding support to danger-SwiftInfo - Bruno Rocha
- Making some failure messages better - Bruno Rocha
- Added support for installation via Homebrew. - Cihat Gündüz (Issue #17, PR #20)
- Added LargestAssetProvider - Bruno Rocha
- Changed how SwiftInfo generates summary results to allow custom providers to make use of SwiftInfo-Reader - Bruno Rocha
- Small visual improvements to summaries - Bruno Rocha
- Added ArchiveTimeProvider - Bruno Rocha
- SwiftInfo will now continue executing even if a provider fails (the reasons are printed in the final summary) - Bruno Rocha
- Improvements to the durability of many providers and fixing minor bugs related to them - Bruno Rocha
- Fixed many providers silently failing if Xcode's new build system was active - Bruno Rocha
- Fixed many providers reporting empty results when they should have failed - Bruno Rocha
- Fixed some providers reporting wrong colors for the result - Bruno Rocha
- Fixed LongestTest's provider not working with non-legacy workspaces - Bruno Rocha
- Added support for arguments - Bruno Rocha
- Updated to Swift 5 - Bruno Rocha
- Improved CodeCoverageProvider and LinesOfCodeProvider - Bruno Rocha
- Added LinesOfCodeProvider - Bruno Rocha
- Slightly improved generic summary messages - Bruno Rocha
- Linked sourcekitd to allow extraction of code related metrics - Bruno Rocha
- Added OBJCFileCountProvider - Bruno Rocha
- Added LongestTestDurationProvider - Bruno Rocha
- Added TotalTestDurationProvider - Bruno Rocha
- Added LargestAssetCatalogProvider - Bruno Rocha
- Added TotalAssetCatalogsSizeProvider - Bruno Rocha
- Added Unit Tests - Bruno Rocha
- InfoProvider's
extract() -> Self
is nowextract(fromApi api: SwiftInfo) -> Self
- Bruno Rocha - Revamped logs - Bruno Rocha
- Fixed dylib search paths by using
--driver-mode=swift
when runningswiftc
- Bruno Rocha
(Initial Release)