diff options
author | Matt Stevens <matt@alloysoft.com> | 2017-04-29 17:37:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-03 15:05:42 (GMT) |
commit | 01cd88c0e5e3388c2abf67e259c81e1e6fdc5db2 (patch) | |
tree | 135f1bd2894f9e3016c01c133acb0a12c94b779b /Source/cmGlobalXCodeGenerator.h | |
parent | e3858dd50b521d1abf466ac5bc55e70a3fdcc5db (diff) | |
download | CMake-01cd88c0e5e3388c2abf67e259c81e1e6fdc5db2.zip CMake-01cd88c0e5e3388c2abf67e259c81e1e6fdc5db2.tar.gz CMake-01cd88c0e5e3388c2abf67e259c81e1e6fdc5db2.tar.bz2 |
Xcode: Remove the top-level Sources and Resources groups
This addresses duplicate file reference warnings from xcodebuild caused
by the same file reference being a member of both the target's group and
the top-level Resources group. Since resources are already a member of
their associated target's group the top-level Resources group isn't
strictly necessary, and removing it results in a project structure
closer to that of a current Xcode project template.
Fixes: #15272
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index ee06074..2e1abb5 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -251,8 +251,6 @@ private: std::string PostBuildMakeTarget(std::string const& tName, std::string const& configName); cmXCodeObject* MainGroupChildren; - cmXCodeObject* SourcesGroupChildren; - cmXCodeObject* ResourcesGroupChildren; cmMakefile* CurrentMakefile; cmLocalGenerator* CurrentLocalGenerator; std::vector<std::string> CurrentConfigurationTypes; |