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

Fix Archive failures when using header_mappings_dir and Catalyst #10224

Merged

Commits on Feb 18, 2021

  1. Fix Archive failures when using header_mappings_dir and Catalyst

    Catalyst uses the macOS-style versioned framework layout, so it needs the same
    workaround for header_mappings_dir as macOS frameworks do. We don't know at
    install time if a pod will be used with Catalyst, so I made it always add the
    build step for iOS targets and adjusted the script to do nothing if it's
    running on a non-versioned framework.
    tgoyne committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    7f17a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d1881 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3de505b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13915b5 View commit details
    Browse the repository at this point in the history