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 c812865 commit f16baa8Copy full SHA for f16baa8
lib/pbxFile.js
@@ -149,7 +149,7 @@ function defaultGroup(fileRef) {
149
function pbxFile(filepath, opt) {
150
var opt = opt || {};
151
152
- this.lastType = opt.lastType || detectLastType(filepath);
+ this.lastKnownFileType = opt.lastKnownFileType || detectType(filepath);
153
154
// for custom frameworks
155
if (opt.customFramework == true) {
0 commit comments