mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user