In Xcode 12, how can it be known at build time which .xctestplan will be used?
I have a build script that needs to take a certain action depending on which xctestplan is currently selected in Xcode when the user presses command-U (to start testing).
If Plan A is active then the script should perform Action A. If Plan B is selected then the script should perform action B. This needs to take place before the testrunner launches.