Skip to content

Specify ZIP Archive Name for Screenshots

Compare
Choose a tag to compare
@Blackjacx Blackjacx released this 18 May 20:36
· 144 commits to develop since this release
6e02cf8

Now you can use Snap and directly specify a zip archive name. So you must not assume the name anymore. Use it like this (I run it via Mint):

mint run --verbose Blackjacx/[email protected] snap --workspace MyProject.xcworkspace --schemes "MyScheme" --destination-dir "/tmp/screens/" --zip-file-name "Screens.zip" --mode fast

The destination dir is separate since it is also used to store all the screenshot images produced by the command.