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

[TIMOB-25604] Improve compatibility with CocoaPods #266

Merged
merged 1 commit into from
Jan 20, 2018

Commits on Dec 15, 2017

  1. [TIMOB-25604] Improve compatibility with CocoaPods

    If a Pod is only available as a dynamic framework but the use_frameworks! flag is missing, CocoaPods will create a dummy directory in its public header path and link all headers to the backing framework. This fix prevents duplicate parsing of those headers, which caused some follow up issues within the metabase parser.
    janvennemann committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    190989d View commit details
    Browse the repository at this point in the history