tuist / XcodeProj

πŸ“ Read, update and write your Xcode projects

Home Page:https://xcodeproj.tuist.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lastKnownFileType for ttf and sqlite files in pbxproj

adamkhazi opened this issue Β· comments

What 🌱

I noticed that when adding a .ttf or .sqlite file manually into a project using Xcode 12 Beta 2 it adds a lastKnownFileType of file in the .pbxproj file. I believe this may be missing from Xcodeproj.

Proposal πŸŽ‰

Add this attribute lastKnownFileType with value file to Xcode.swift to support these file types.