Skip to content
New issue

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

Add support for c++ files in PBXFileReference#set_last_known_file_type() #782

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

romanmikhailov
Copy link
Contributor

@romanmikhailov romanmikhailov commented Sep 2, 2020

I found that there is leaked known file types support for the hpp and cpp which are commonly supported by Xcode.

I checked proposed file types and can confirm that XCode uses these file types as knownFileType attribute.

Fixes #783

@romanmikhailov romanmikhailov changed the title Add C++ file types to FILE_TYPES_BY_EXTENSION Add support for c++ files in PBXFileReference#set_last_known_file_type() Sep 2, 2020
@dnkoutso dnkoutso merged commit fe1ce4f into CocoaPods:master Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PBXFileReference#set_last_known_file_type() invocation has no effect for cpp and hpp files
3 participants