BUG: Do not generate "global" Xcode config

Xcode 2.0 and below supported only one configuration, but 2.1 and above
support multiple configurations.  In projects for the latter version we
have been generating a "global" set of buildSettings for each target in
addition to the per-configuration settings.  These global settings are
not used by Xcode 2.1 and above, so we should not generate them.
This commit is contained in:
Brad King 2009-07-02 14:14:03 -04:00
parent 6bd9d5ab8a
commit 2247153110
2 changed files with 19 additions and 18 deletions