Skip to content

Commit af2a0e5

Browse files
committed
pbxFileReferenceObj: Always check for "lastKnownFileType" instead of ambiguous "lastType" property
1 parent 9738ab3 commit af2a0e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pbxProject.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ function pbxFileReferenceObj(file) {
10501050
var obj = Object.create(null);
10511051

10521052
obj.isa = 'PBXFileReference';
1053-
obj.lastKnownFileType = file.lastType;
10541053

10551054
obj.name = "\"" + file.basename + "\"";
10561055

0 commit comments

Comments
 (0)