I am working on a project where I need to choose between three end points for API:
- .app
- .cloud
- .com
I am not sure about how can I do this while either archivng the app itself in Xcode without having to change the end point in a Constant file for example. Or achieve the same result in Xcode Cloud CI CD.
I don't see any option to set or choose API endpoints in Xcode Cloud