Georg Dresler
Georg Dresler
We have a mechanism in our app to export all log files. To get the available log files we invoke `FileLoggingSetup#getAllExistingLogFiles()`. We then copy the files into a different directory...
Lumberjack uses a hardcoded dependency on Timber 4.7.1 which is not backwards compatible with Timber 5.
Hi, I have a (deliberately) failing test in my project. However, in Sonar the test is not marked as failing. The junit file looks like this: ``` fooTests/FooTests.swift:17 ```
I'm using Fastlane to create and upload the metrics. However, there is a conflict regarding the version of xcpretty. According to the docs xcpretty 0.2.2 w/ the fix is required....