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

Remove build files when underlying file_ref is removed. #861

Merged

Commits on Dec 16, 2021

  1. file_reference: Remove all build files when file reference is removed.

    A build file doesn't have any meaning without its underyling file
    reference, as it can't be built.
    In this commit, when a file reference is removed, in addition to the
    previouls file reference removal logic, the build files that refer to
    the file references are removed as well.
    byohay committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    daeb352 View commit details
    Browse the repository at this point in the history
  2. file ref: Remove build files that refer to it when removed.

    `PBXReferenceProxy` and `PBXGroup`  might have build files that refer
    to them, and as mentioned in the previous commit, they don't have any
    meaning without it. Therefore everything that can be a `PBXBuildFile`'s
    `file_ref` removes the build files that refer to it when being removed.
    byohay committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    ee1d699 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md.

    byohay committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    505e696 View commit details
    Browse the repository at this point in the history