Merge topic 'osx-CFBundle-info-plist'

90e22f8f OS X: Fix Info.plist placement in a CFBundle
This commit is contained in:
Brad King
2014-03-27 11:12:10 -04:00
committed by CMake Topic Stage

View File

@@ -178,7 +178,7 @@ void cmOSXBundleGenerator::CreateCFBundle(const std::string& targetName,
// Configure the Info.plist file. Note that it needs the executable name
// to be set.
std::string plist =
std::string plist = root + "/" +
this->GT->Target->GetCFBundleDirectory(this->ConfigName, true);
plist += "/Info.plist";
this->LocalGenerator->GenerateAppleInfoPList(this->GT->Target,