mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
Xcode: Generate recommended artwork setting (#13954)
Add the COMBINE_HIDPI_IMAGES = YES setting to all Xcode project targets. Otherwise Xcode may ask the user to "Update to recommended settings".
This commit is contained in:
@@ -2110,6 +2110,8 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
|
|||||||
debugStr = "NO";
|
debugStr = "NO";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildSettings->AddAttribute("COMBINE_HIDPI_IMAGES",
|
||||||
|
this->CreateString("YES"));
|
||||||
buildSettings->AddAttribute("GCC_GENERATE_DEBUGGING_SYMBOLS",
|
buildSettings->AddAttribute("GCC_GENERATE_DEBUGGING_SYMBOLS",
|
||||||
this->CreateString(debugStr));
|
this->CreateString(debugStr));
|
||||||
buildSettings->AddAttribute("GCC_OPTIMIZATION_LEVEL",
|
buildSettings->AddAttribute("GCC_OPTIMIZATION_LEVEL",
|
||||||
|
|||||||
Reference in New Issue
Block a user