DEVTOOL: Fixes a typo
This commit is contained in:
parent
56f6ac5f6e
commit
40373d80a6
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ std::string XcodeProvider::writeProperty(const std::string &variable, Property &
|
|||
|
||||
output += writeSetting(setting->first, setting->second);
|
||||
|
||||
// The combination of SettingsAsList, and kSettingsSingleItem should use "," and not ";" (i.e children
|
||||
// The combination of kSettingsAsList, and kSettingsSingleItem should use "," and not ";" (i.e children
|
||||
// in PBXGroup, so we special case that case here.
|
||||
if ((prop._flags & kSettingsAsList) && (prop._settings.size() > 1 || (prop._flags & kSettingsSingleItem))) {
|
||||
output += (prop._settings.size() > 0) ? ",\n" : "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue