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 f814ead commit 2abad74Copy full SHA for 2abad74
lib/pbxProject.js
@@ -295,7 +295,7 @@ pbxProject.prototype.addToPbxFrameworksBuildPhase = function (file) {
295
pbxProject.prototype.removeFromPbxFrameworksBuildPhase = function (file) {
296
var sources = this.pbxFrameworksBuildPhaseObj();
297
for(i in sources.files) {
298
- if(sources.files[i].comment = longComment(file)) {
+ if(sources.files[i].comment == longComment(file)) {
299
sources.files.splice(i, 1);
300
break;
301
}
0 commit comments