From 99844a81b03645e2c5a94d524f275f6e85977eef Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Fri, 4 Dec 2015 11:50:03 +0100 Subject: IOS: Replaces whitespaces with tab --- devtools/create_project/xcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp index 02f2928bf9..90eea39aaf 100644 --- a/devtools/create_project/xcode.cpp +++ b/devtools/create_project/xcode.cpp @@ -444,7 +444,7 @@ void XcodeProvider::setupFrameworksBuildPhase(const BuildSetup &setup) { std::string absoluteOutputDir; #ifdef POSIX absoluteOutputDir = realpath(setup.outputDir.c_str(), NULL); - absoluteOutputDir += "/lib"; + absoluteOutputDir += "/lib"; #else absoluteOutputDir = "lib"; #endif -- cgit v1.2.3