Last month, I look a very good question:
Best way to Manage Development, Testing, and Production builds with different settings and name
I used an answer which link is https://stackoverflow.com/a/35572333/4952106.
Now, I have a question.
Best way to Test the "API_BASE_URL" in Xcode with different settings and name
I thought about this question for a few minutes.
Can I achieve this by using different Unit test files for different schemes
?
MyApp_Dev_Environment_Unit_test
for scheme "MyApp_Dev" to test the
API_BASE_URL
for dev_api_url
MyApp_Staging_Environment_Unit_test
for scheme "MyApp_Staging" to test the
API_BASE_URL
for staging_api_url