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

[rules_ios] Add static library variant to allow rewriting headers #1

Merged
merged 1 commit into from
Mar 28, 2023

Commits on Mar 28, 2023

  1. [rules_ios] Add static library variant to allow rewriting headers

    Add an `apple_static_library` that lets us map source files to
    arbitrary relative include paths by creating a link tree, and adding
    that link tree to the deps of a main library.
    
    This also uses apple_library instead of apple_framework as the framework
    is frankly unnecessary for what we're trying to build for third party
    deps.
    
    Test Plan: Ported fmt locally to use this, and ran `clyde ios build`
    
    Tasks:
    
    https://app.asana.com/0/1203960884932166/1204190072048691
    https://app.asana.com/0/1203960884932166/1204190072362093
    nataliejameson committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    64ce828 View commit details
    Browse the repository at this point in the history