Skip to content

Commit f16baa8

Browse files
committed
pbxFile: Replace "lastType" with "lastKnownFileType" property.
1 parent c812865 commit f16baa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbxFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function defaultGroup(fileRef) {
149149
function pbxFile(filepath, opt) {
150150
var opt = opt || {};
151151

152-
this.lastType = opt.lastType || detectLastType(filepath);
152+
this.lastKnownFileType = opt.lastKnownFileType || detectType(filepath);
153153

154154
// for custom frameworks
155155
if (opt.customFramework == true) {

0 commit comments

Comments
 (0)