Skip to content

Commit 7e14b97

Browse files
author
Ignacio Calderon
committed
FIX adding ;
1 parent 47c9d8d commit 7e14b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbxProject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ function searchPathForFile(file, proj) {
731731
if (file.plugin && pluginsPath) {
732732
return '"\\"$(SRCROOT)/' + unquote(pluginsPath) + '\\""';
733733
} else if (file.customFramework && file.dirname) {
734-
return '"\\"' + file.dirname + '\\""'
734+
return '"\\"' + file.dirname + '\\""';
735735
} else {
736736
return '"\\"$(SRCROOT)/' + proj.productName + fileDir + '\\""';
737737
}

0 commit comments

Comments
 (0)