In XCode 4.0.2 there is a good way to configure the program in Build Settings
when you click in "Levels" format. Like this screen
The levels are in this way:
- Target Settings
- Project Settings
- iOS Default Settings
So the XCode see if the Target
have a config, if not see in project
and if not use the iOS default
.
The problem here is that when you set a config in a low level and than delete it, it's impossible use the config of a upper level.
Like in image. I set all targets to use Google
in Current Project Version
, but in this target I want it use stackOverflow
and it work. But in the other Generated Versioning ...
I first config with stackOverflow
but change my mind and want to use the Project Settings
. Now is impossible delete the Target Settings
and I will have to enter it manually.
How can I delete the target setting to use the project setting?