Skip to content

Commit

Permalink
Adding .hxx to the list of recognized header file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Vasquez committed Oct 23, 2015
1 parent cd5eb22 commit f5477ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
[Boris Bügling](https://github.com/neonichu)
[Xcodeproj#318](https://github.com/CocoaPods/Xcodeproj/pull/318)

* Added .hxx to the list of recognized header file extensions.
[Jason Vasquez](https://github.com/jasonvasquez)
[Xcodeproj#320](https://github.com/CocoaPods/Xcodeproj/pull/320)

## 0.28.2 (2015-10-09)

Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,6 @@ module Constants

# @return [Array] The extensions which are associated with header files.
#
HEADER_FILES_EXTENSIONS = %w(.h .hh .hpp .ipp .tpp).freeze
HEADER_FILES_EXTENSIONS = %w(.h .hh .hpp .ipp .tpp .hxx).freeze
end
end

0 comments on commit f5477ba

Please sign in to comment.