Skip to content

Releases: rockbruno/SwiftInfo

2.3.8 - Swift 5.1

11 Dec 12:03
Compare
Choose a tag to compare

Support for Swift 5.1

2.3.7

04 Oct 17:23
20ad9c8
Compare
Choose a tag to compare

Fixed CodeCoverageProvider not working in Xcode 11

2.3.6 - Swift 5.1 (Xcode 11)

17 Sep 18:24
Compare
Choose a tag to compare

2.3.5 - Buck

15 Aug 16:44
03253b3
Compare
Choose a tag to compare
  • Adding support for buckLogFilePath for the extraction of Buck Build related rules - Bruno Rocha
  • Adding Buck support to TestCountProvider - Bruno Rocha

2.3.4

30 Jul 14:51
Compare
Choose a tag to compare
  • Fixes version string and makes error methods public for custom providers - Bruno Rocha

2.3.3

30 Jul 13:47
Compare
Choose a tag to compare

Make Summary.genericFor public

2.3.2 - Manual version specification

29 Jul 13:55
7376b43
Compare
Choose a tag to compare

ProjectInfo now allows you to manually specify a versionNumber and buildNumber in case your Info.plist doesn't have them (Buck iOS apps)

2.3.1 - Danger support

20 May 13:05
cfdc199
Compare
Choose a tag to compare

Adding support to danger-SwiftInfo - Bruno Rocha
Making some failure messages better - Bruno Rocha

2.3.0 - Homebrew

03 May 16:00
08469aa
Compare
Choose a tag to compare

Important: This release has no new features, but it changes the final folder structure to support homebrew.
If you use CocoaPods, the binary is now inside the bin folder:
Pods/SwiftInfo/bin/swiftinfo

2.2.0

27 Apr 17:03
Compare
Choose a tag to compare
  • 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