I had a project with 3 targets:
Now, after I added a new app target for a different branding (with slight changes):
I realised that the unit and UI tests have specific target applications. For the new app, 90% of the tests will be the same. Is there a way to setup the test targets to run twice, once for each of my apps/brandings? (maybe with extern tools?)
After some time I found out that what I needed was different targets.
These are my targets now: