xcresult icon indicating copy to clipboard operation
xcresult copied to clipboard

Export screenshots

Open ainame opened this issue 3 years ago • 1 comments

This PR depends on changes in #4 so this PR includes many unnecessary changes at this moment. You can see actual changes on this PR is here https://github.com/ainame/xcresult/compare/generate-models...ainame:export-screenshots.


Prior to this PR, I've also submitted the PR that powers this gem to cover all the models that .xcresult file format uses. This PR implemented exporting of screenshots functionality.

Additionally, I added bin/console and bin/setup which are normally bundled with a newly created gem by bundler. It is very handy for basic debugging, like running XCResult::Parser.new(path: '...') locally.

ainame avatar Jul 23 '21 00:07 ainame