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

Exclude all FlipperKit transitive dependencies from iOS Release builds #28504

Commits on Apr 3, 2020

  1. List all FlipperKit transitive dependencies to exclude them from Rele…

    …ase build
    
    The `:configuration` option from `pod` only affects the specified pod and not its dependencies [1]. Therefore in order to avoid all transitive dependencies being linked in the resulting Release IPA we need to list them in the `Podfile`.
    
    [1] https://guides.cocoapods.org/syntax/podfile.html#pod
    Javier Cuevas committed Apr 3, 2020
    Copy the full SHA
    1c007d5 View commit details
    Browse the repository at this point in the history
  2. Allow to pass version numbers for Flipper dependencies

    Javier Cuevas committed Apr 3, 2020
    Copy the full SHA
    4719d12 View commit details
    Browse the repository at this point in the history