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 framework to package /Modules files when built #230

Merged
merged 1 commit into from
Sep 12, 2020

Commits on Jun 9, 2020

  1. Fix framework to package /Modules files when built

    Public headers were added to the xcodeproj file in a way that
    a modulemap was no longer being generated, and therefore no
    swiftmodule (or swiftinterface) file could be created. This adds
    them as explicit public headers instead of a folder copy.
    thedavidharris committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    f5b75d3 View commit details
    Browse the repository at this point in the history