How to setup Xcode to give iOS Environmental Variables - adamclark2/Photos GitHub Wiki

How to setup Xcode to give iOS Environmental Variables

Press Photos

Step 1

Edit Scheme

Step 2

Add the variable by pressing add and setting the url to whatever.

NOTE: Don't include a leading slash
http://127.0.0.1:8080/ BAD
http://127.0.0.1:8080 GOOD

NOTE: baseURL is case sensitive Step 3