Skip to content

Commit 2abad74

Browse files
committed
how the fuck did this slip in
1 parent f814ead commit 2abad74

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
@@ -295,7 +295,7 @@ pbxProject.prototype.addToPbxFrameworksBuildPhase = function (file) {
295295
pbxProject.prototype.removeFromPbxFrameworksBuildPhase = function (file) {
296296
var sources = this.pbxFrameworksBuildPhaseObj();
297297
for(i in sources.files) {
298-
if(sources.files[i].comment = longComment(file)) {
298+
if(sources.files[i].comment == longComment(file)) {
299299
sources.files.splice(i, 1);
300300
break;
301301
}

0 commit comments

Comments
 (0)