mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-17 21:05:48 -04:00
7 lines
350 B
Bash
Executable File
7 lines
350 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Extract the screenshots from the xcresult bundle downloaded from GitHub Actions
|
|
# This can be used for debugging purposes.
|
|
# Requires: brew install chargepoint/xcparse/xcparse
|
|
unzip ~/Downloads/ios-ui-test-results.zip -d ~/Downloads/ios-ui-test-results
|
|
xcparse screenshots ~/Downloads/ios-ui-test-results ~/Downloads/ios-ui-screenshots |