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;
|
int order = 0;
|
||||||
for (std::vector<Object*>::iterator file = _buildFile.objects.begin(); file !=_buildFile.objects.end(); ++file) {
|
for (std::vector<Object*>::iterator file = _buildFile.objects.begin(); file !=_buildFile.objects.end(); ++file) {
|
||||||
const std::string &fileName = (*file)->name;
|
const std::string &fileName = (*file)->name;
|
||||||
if (shouldSkipFileForTarget((*file)->id, targetName, fileName)) {
|
if (shouldSkipFileForTarget((*file)->id, targetName, fileName)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!producesObjectFileOnOSX(fileName)) {
|
if (!producesObjectFileOnOSX(fileName)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue