Xcode: Remove extra space in PBXProject comment
This commit is contained in:
parent
2fe8bca580
commit
a723427b64
|
@ -3386,7 +3386,7 @@ bool cmGlobalXCodeGenerator
|
|||
}
|
||||
configlist->AddAttribute("buildConfigurations", buildConfigurations);
|
||||
|
||||
std::string comment = "Build configuration list for PBXProject ";
|
||||
std::string comment = "Build configuration list for PBXProject";
|
||||
comment += " \"";
|
||||
comment += this->CurrentProject;
|
||||
comment += "\"";
|
||||
|
|
Loading…
Reference in New Issue