generate target FileReference lastKnownFileType

This commit is contained in:
Yonas Kolb
2018-01-21 22:42:26 +10:30
parent a7380e106d
commit fbfc138fc3
2 changed files with 8 additions and 7 deletions
@@ -81,6 +81,7 @@ public class PBXProjGenerator {
reference: referenceGenerator.generate(PBXFileReference.self, target.name),
sourceTree: .buildProductsDir,
explicitFileType: target.type.fileExtension,
lastKnownFileType: PBXFileReference.fileType(path: Path(target.filename)),
path: target.filename,
includeInIndex: 0
)