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

Revisit how the WKTs are bundled with ObjC. #7173

Merged
merged 1 commit into from Feb 10, 2020

Commits on Feb 6, 2020

  1. Revisit how the WKTs are bundled with ObjC.

    There are have been a few issues around people using case sensitive file systems
    what Xcode/clang does when looking at the paths. In attempts to solve one set of
    warnings, new warnings/errors happened in different setup. So, to hopefully put
    these problem away for got, move the WKTs to be at the same level as the other
    headers.
    
    - Revert "Override CocoaPods module to lowercase (protocolbuffers#6464)"
      This reverts commit 479ba82.
    - Move WKTs to the objectivec directory and make the old headers shim back to
      the new locations.
    - Update objectivec/generate_well_known_types.sh to check them one at a time
      and to deal with the new locations for them.
    
    Fixes protocolbuffers#6803
    thomasvl committed Feb 6, 2020
    Copy the full SHA
    6b4b28c View commit details
    Browse the repository at this point in the history