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 infoplist exclusivity / config inhertiance #618

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

Commits on Nov 30, 2022

  1. Fix infoplist exclusivitty / config inhertiance

    The original version required that infoplists_by_build_setting and
    xcconfig_by_build_setting are mutually exclusive which was problematic
    for people who had different condtions. To remidate this problem, let
    build configuration pick _one_: move xcconfig_by_build_setting into a
    select() statement as-is so it is selected by configuration
    
    Finally remove the "select" statement inheritance. From an API
    perspectie a select isn't inherited so we will only inherit from
    `xcconfig`. This is a breaking change if you relied on the previous
    behavior ( which was only a couple days ago )
    jerrymarino committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f5cc8ac View commit details
    Browse the repository at this point in the history