Skip to content

2.0.0

Compare
Choose a tag to compare
@abotkin-cpi abotkin-cpi released this 20 Nov 18:49
· 27 commits to master since this release
e970f79

Install via Homebrew 🍺

For new installs use

brew install chargepoint/xcparse/xcparse

To upgrade use

brew upgrade xcparse

Changes

  • Logs subcommand now allows for the extraction of the Diagnostics folder and all the log files found within. In order to support this, a folder structure similar to what was seen in Xcode 10's xcresult format is used as each action result can have their own Diagnostics folder (as shown in our README.md's helpful screenshot). Due to this, the previous "1_build.txt" & "2_test.txt" files have been renamed to "build.txt" & "test.txt" and put into the folder belonging to the action record they are associated with (in contrast to xcparse 1.0.1 where they were not put in folders and were prefixed with the index of their action record). Thanks @tomasebrennan for suggesting this feature!
  • Logs & codecov subcommands will now create the destination folder if it does not exist, similar to the screenshots & attachments subcommands.