Hi there,
I have a series of targets, and each one looks at a global variable I am currently storing in a constants file for the name of the directory in which that app's resources live. However, this means that I have to change this value each time i change the target, which is a terrible process.
What is the best way to change that value in each target? Or should i specify this value somewhere in my target plist ? If so how do i retrieve that value?
Thanks!