we are currently working on an application which will be running on PCs by using a browser and besides that a compiled version (with exact the same code will be provided for iOS users).
Since I wish to test both system (PC and iPad) I wonder whether there is an elegant way to set two endpoints in one Ranorex project?
The options to handle two endpoints from my experience are so far:
a) Create two separate Ranorex solutions -> disadvantage is the need to maintain them both then
b) Create a second repository in the project -> disadvantage is to create all recordings two times (as far as I know one recording -> one repository)
I am wondering how more experienced users of Ranorex would solve that requirement. A second test suite? Create another app folder in the repository and copy all repository items to that new app folder?
My repository for the browser PC version starts with the path "/dom[@domain='XYZ.com' and @state='complete'] so it will not work on an iPad this way I believe...
Thanks in advance for the help and ideas!

Regards
Sebastian