iOS
2 min read
How to create multiple targets in XCode?
If you are currently working for a company as an iOS developer, chances are you might need prepare your app to be run on different environments (e.g. Development, Testing and Production). Different environments will usually run on a different set of data such as the initial setting data or more specifically the API URL might be different.
Jan 06, 2019
Read Tutorial