Releases: Blackjacx/Assist
Releases · Blackjacx/Assist
Wait with Screenshots Until Simulator Booted
- #33: Properly wait while Simulator boots - @blackjacx.
Improve Logging
- Add more log statements - @blackjacx.
Specify ZIP File Name as Parameter
- Specify zipFileName for Snap (a10d0f9) - @blackjacx.
Logging Improvements
Implemented a new Logger that produces unified and useful log statements.
Specify ZIP Archive Name for Screenshots
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.
Specify ZIP Archive Name for Screenshots
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.
Kick Off: Command Pattern
- #25: Use group name parameter instead of group id's - @blackjacx.
- #21: Implement command pattern for asc api-keys - @blackjacx.
Support for Multiple Teams
- #20: Support for Multiple Teams - @blackjacx.
Automated Screenshots for iOS Apps
Switch to JWTKit
- enables mint support
- (probably) enables Linux support
- only works with Xcode 12 and Swift 5.3