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

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

Closed
romanmikhailov opened this issue Sep 2, 2020 · 0 comments · Fixed by #782

Comments

@romanmikhailov
Copy link
Contributor

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.

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 a pull request may close this issue.

1 participant