David Taylor
David Taylor
This looks like the same issue to me. I put up a pull request, but need some help from a maintainer.
If other users are affected you can use this approach to install the CLI without brew, ``` curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash ``` https://docs.fossa.com/docs/importing-a-project
Related to this, I noticed a change of behaviour in Xcode 16. If we configure a `testableTarget` with the `isParallelizable` option: - Xcode 15 - XCTest unit tests run in...
I take this back. It's not how I described above. I got myself in a muddle (humble apologies!) I tested some more tonight and we can still turn parallel testing...