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

pbxProject.prototype.addToHeaderSearchPaths #13 issue, still appeared. #45

Open
GlausLi opened this issue Feb 28, 2019 · 2 comments
Open

Comments

@GlausLi
Copy link

GlausLi commented Feb 28, 2019

if (!buildSettings['HEADER_SEARCH_PATHS']) {
      buildSettings['HEADER_SEARCH_PATHS'] = [INHERITED];
}

This can be changed like this?

if (!buildSettings['HEADER_SEARCH_PATHS']
            || buildSettings['HEADER_SEARCH_PATHS'] === INHERITED) {
            buildSettings['HEADER_SEARCH_PATHS'] = [INHERITED];
        }
@GlausLi
Copy link
Author

GlausLi commented Feb 28, 2019

Library search path is already implemented like it.
but header search path is not.

@brodycj
Copy link

brodycj commented Sep 27, 2019

Contribution of PR with test suite would be much appreciated. Maintainers have been completely overloaded. My apologies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants