0.6
Install via Homebrew 🍺
For new installs use
brew install chargepoint/xcparse/xcparse
To upgrade use
brew upgrade xcparse
Changes
- Screenshots sub-command (
xcparse screenshots
) will now export only images & not other attachments such as test debug descriptions. - New sub-command attachments has been added (
xcparse attachments
). This command will export all test attachments by default. It can be configured with a uniform type identifier (UTI) filter option (--uti public.plain-text public.image
) that can allow you to filter for attachments whose UTIs conform to one of the given options. - Addressed issue with multiple progress bars for same destination folder showing up depending on options given to screenshots sub-command