Merge branch 'osx-CFBundle-info-plist' into release

This commit is contained in:
Brad King 2014-04-22 12:53:51 -04:00
commit 72ab764582
1 changed files with 1 additions and 1 deletions

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->Target->GetCFBundleDirectory(this->ConfigName, true);
plist += "/Info.plist";
this->LocalGenerator->GenerateAppleInfoPList(this->Target,