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

Config.xcconfig: #include? "../../ConfigOverride.xcconfig" #34

Merged
merged 2 commits into from
Mar 30, 2024

Commits on Mar 28, 2024

  1. Config.xcconfig: #include? "../../ConfigOverride.xcconfig"

    Allow config override file to take action from two directories up, to align with Loop and other DIY projects.
    bjornoleh authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9ea35c9 View commit details
    Browse the repository at this point in the history
  2. Config.xcconfig: reverse the order of config override files

    Makes the config override file in the project root take precedence if there are override files in both root and two directories up.
    bjornoleh authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a468756 View commit details
    Browse the repository at this point in the history