Skip to content

Commit 05e0514

Browse files
authored
feat: add .apinotes support (#931)
1 parent 3e0f94e commit 05e0514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeProj/Project/Xcode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public enum Xcode {
6060
public static let inheritedKeywords = ["${inherited}", "$(inherited)"]
6161

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

6565
/// Supported values.
6666
public enum Supported {

0 commit comments

Comments
 (0)