We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpp
hpp
I use xcodeproj gem to automatically update source files that should be listed in XCode project.
During implementation I found that PBXFileReference#set_last_known_file_type() has leaked support of the hpp and cpp files.
I checked and my version of XCode set sourcecode.cpp.cpp and sourcecode.cpp.h as lastKnownFileType attribute for hpp and cpp files respectivly.
sourcecode.cpp.cpp
sourcecode.cpp.h
lastKnownFileType
The text was updated successfully, but these errors were encountered:
Update CHANGELOG.md after fixing CocoaPods#783
29e4431
Add support for c++ files in PBXFileReference#set_last_known_file_type()
478bb50
Fixes CocoaPods#783
Successfully merging a pull request may close this issue.
I use xcodeproj gem to automatically update source files that should be listed in XCode project.
During implementation I found that PBXFileReference#set_last_known_file_type() has leaked support of the
hpp
andcpp
files.I checked and my version of XCode set
sourcecode.cpp.cpp
andsourcecode.cpp.h
aslastKnownFileType
attribute forhpp
andcpp
files respectivly.The text was updated successfully, but these errors were encountered: