Skip to content

Commit

Permalink
add precompiled header extension to headersExtensions for adding .pch…
Browse files Browse the repository at this point in the history
… to public header section by tuist (#812)
  • Loading branch information
VorkhlikArtem committed Feb 21, 2024
1 parent 7913b3a commit 75e787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcodeProj/Project/Xcode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public struct Xcode {
public static let inheritedKeywords = ["${inherited}", "$(inherited)"]

/// Header files extensions.
public static let headersExtensions = [".h", ".hh", ".hpp", ".ipp", ".tpp", ".hxx", ".def", ".inl", ".inc"]
public static let headersExtensions = [".h", ".hh", ".hpp", ".ipp", ".tpp", ".hxx", ".def", ".inl", ".inc", ".pch"]

/// Supported values.
public struct Supported {
Expand Down

0 comments on commit 75e787f

Please sign in to comment.