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

Handle header patterns that start with "**/" #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 28, 2020

  1. Handle header patterns that start with "**/"

    Some podspecs just include all files under their directory (eg [RCTText](https://github.com/facebook/react-native/blob/0.61-stable/Libraries/Text/React-RCTText.podspec#L30)). This breaks PodToBUILD both during generation (it passed an empty string to `fileManager.subpathsOfDirectory`, which threw an error) and at runtime (it double included the `pod_support` headers, which caused Bazel to fail). This fixes both of those issues.
    FuegoFro committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    539e8ec View commit details
    Browse the repository at this point in the history