Steffen Matthischke

Results 4 issues of Steffen Matthischke

# Motivation Observing the "SSH" log of the Cilicon.app requires to login to the host machine via remote desktop or VNC, because the log is not accessible on the command...

* carthage install method: [ ] .pkg, [x] homebrew, [ ] source * `which carthage`: `/opt/homebrew/bin/carthage` * `carthage version`: `0.39.1` * `xcodebuild -version`: `Xcode 16.0 Build version 16A5171c` * Are...

Fixes #211 Fixes #209 This resolves the regression introduced by #204 that parsing of older logs (pre Xcode 15.3) raises the error `Unexpected token parsing array of IDEActivityLogSectionAttachment`. Parse the...

When an associated type and a objects share the same name (e.g., `Item`), Sourcery incorrectly resolves the type of an array property to `[Any]` instead of the expected `[Item]`. This...