Skip to content

Releases: Blackjacx/Assist

Wait with Screenshots Until Simulator Booted

05 Oct 14:36
Compare
Choose a tag to compare

Improve Logging

31 Aug 11:07
Compare
Choose a tag to compare

Specify ZIP File Name as Parameter

30 Aug 13:16
Compare
Choose a tag to compare

Logging Improvements

30 Aug 13:01
fb5b229
Compare
Choose a tag to compare

Implemented a new Logger that produces unified and useful log statements.

Specify ZIP Archive Name for Screenshots

18 May 20:54
5b81285
Compare
Choose a tag to compare

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

18 May 20:36
6e02cf8
Compare
Choose a tag to compare

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

29 Jan 17:01
09a3968
Compare
Choose a tag to compare

Support for Multiple Teams

19 Nov 18:42
c654cdb
Compare
Choose a tag to compare

Automated Screenshots for iOS Apps

25 Sep 18:53
39f3b61
Compare
Choose a tag to compare

Changes

Snap! The new and fast way of doing screenshots for iOS via unit test and TestPlans. It is way faster than using UI tests.

  • Replace Command by SwiftShell #14
  • Implement Screensot script as Swift CLI Tool #12

Switch to JWTKit

16 Sep 00:12
dddf940
Compare
Choose a tag to compare
  • enables mint support
  • (probably) enables Linux support
  • only works with Xcode 12 and Swift 5.3