Xcode: project settings vs. target settings
A project can contain multiple targets. For example, an app I write has four – the app itself, a Quick Look plugin, a framework and a bundle that contains Mac OS 10.6-specific functionality that can be dynamically loaded in. Project settings apply to every single target in the project. Each target can then override individual … Read more