Skip to content

Commit

Permalink
remove customized file types
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Nov 10, 2019
1 parent 63bf4f1 commit eda9a5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/XcodeGenKit/XCProjExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ extension Xcode {
guard let fileExtension = path.extension else { return nil }
switch fileExtension {
// cases that aren't handled (yet) in XcodeProj.
// they can be removed once XcodeProj supports them
case "stringsdict": return "text.plist.stringsdict"
case "tbd": return "sourcecode.text-based-dylib-definition"
case "xpc": return "wrapper.xpc-service"
case "xcfilelist": return "text.xcfilelist"
default:
// fallback to XcodeProj defaults
return Xcode.filetype(extension: fileExtension)
Expand Down

0 comments on commit eda9a5f

Please sign in to comment.