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

[2/y] Fix generator caching for multi-project setups #250

Merged

Commits on Jan 6, 2022

  1. Fix generator caching for multi-project setups

    Test target caching is currently done relative to the source project
    which causes improper invalidation when the source and test targets
    are in the same Xcode project. The downstream effect is that incremental
    Xcode builds are much slower for large projects since the generated mock
    file is “modified” each run.
    
    This fixes the test target caching by using the environment-supplied
    project and srcroot values for the cache key.
    andrewchang-bird committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e73c911 View commit details
    Browse the repository at this point in the history