We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c9d8d commit 7e14b97Copy full SHA for 7e14b97
lib/pbxProject.js
@@ -731,7 +731,7 @@ function searchPathForFile(file, proj) {
731
if (file.plugin && pluginsPath) {
732
return '"\\"$(SRCROOT)/' + unquote(pluginsPath) + '\\""';
733
} else if (file.customFramework && file.dirname) {
734
- return '"\\"' + file.dirname + '\\""'
+ return '"\\"' + file.dirname + '\\""';
735
} else {
736
return '"\\"$(SRCROOT)/' + proj.productName + fileDir + '\\""';
737
}
0 commit comments