Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dfed/SafeDI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: dfed/SafeDI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 2, 2025

  1. Example adopts latest release

    dfed committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    9f6048b View commit details
    Browse the repository at this point in the history
  2. Improve comment

    dfed authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ff91f9e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Only write the dependency tree output file if it has changed (#167)

    @ahmdmhasn had a great idea to not touch the output file if the output
    file's content hasn't changed. Looks like modern Xcode seems to support
    having a package plugin that does supports this, so let's do it.
    
    I believe earlier SPM implementations required the output file to be
    touched as part of the build plugin run, so we _needed_ to write the
    file. This does not seem to be the case in Xcode 16+.
    
    ---------
    
    Co-authored-by: Ahmed M. Hassan <45182214+ahmdmhasn@users.noreply.github.com>
    dfed and ahmdmhasn authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    5e0dba6 View commit details
    Browse the repository at this point in the history
Loading