First of all, thanks for the awesome work on this project π β just wanted to report a small issue I ran into.
I have an Xcode project with a space in its name, e.g.: My app.xcodeproj
When running xcode-selective-test "My app.xcodeproj" ..., the command fails with error:
2025-11-11T09:58:21+0100 info cx.gera.XcodeSelectiveTesting: [SelectiveTestingCore] Finding changeset for repository at My app.xcodeproj
/bin/bash: line 0: cd: My: No such file or directory
Also, it would be great if the tool could handle spaces in other possible file paths as well.
First of all, thanks for the awesome work on this project π β just wanted to report a small issue I ran into.
I have an Xcode project with a space in its name, e.g.:
My app.xcodeprojWhen running
xcode-selective-test "My app.xcodeproj" ..., the command fails with error:Also, it would be great if the tool could handle spaces in other possible file paths as well.