IOS: Converts spaces to tabs
This commit is contained in:
parent
2bffce5e72
commit
a9a61cdba5
1 changed files with 4 additions and 4 deletions
|
@ -706,10 +706,10 @@ void XcodeProvider::setupSourcesBuildPhase() {
|
|||
|
||||
int order = 0;
|
||||
for (std::vector<Object*>::iterator file = _buildFile.objects.begin(); file !=_buildFile.objects.end(); ++file) {
|
||||
const std::string &fileName = (*file)->name;
|
||||
if (shouldSkipFileForTarget((*file)->id, targetName, fileName)) {
|
||||
continue;
|
||||
}
|
||||
const std::string &fileName = (*file)->name;
|
||||
if (shouldSkipFileForTarget((*file)->id, targetName, fileName)) {
|
||||
continue;
|
||||
}
|
||||
if (!producesObjectFileOnOSX(fileName)) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue