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.3.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.4.0-rc-1
Choose a head ref
  • 14 commits
  • 17 files changed
  • 2 contributors

Commits on Jun 30, 2025

  1. Bump swift-argument-parser

    dfed committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    a2b4989 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Plugin integration options are numerous (#170)

    Updated language that was written before we supported configuring the
    Xcode plugin, supported CocoaPods, and published prebuilt and signed
    binaries
    dfed authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    4150cd0 View commit details
    Browse the repository at this point in the history
  2. Bump swift-argument-parser

    dfed committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    da5699e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    761f0ab View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    6a73174 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Schedule CI to run every week (#172)

    Let's keep CI from bit-rotting
    
    Additionally, Github Actions has [an
    issue](actions/runner-images#12758) running on
    older Xcode versions. Let's work around it by bumping our versions.
    dfed authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    1a48e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0222983 View commit details
    Browse the repository at this point in the history
  3. Create codeql.yml (#173)

    dfed authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    12faa36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8236c48 View commit details
    Browse the repository at this point in the history
  5. Publish requires write access

    dfed committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    403a9a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e518f18 View commit details
    Browse the repository at this point in the history
  7. Build project manually for CodeQL (#175)

    CodeQL was previously building a sample project. We just want to build
    the package.
    dfed authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    c1f4dc7 View commit details
    Browse the repository at this point in the history
  8. Share SafeDICore between Macros and Plugins again (#163)

    Undoes some of hacked support for prebuilt SwiftSyntax binaries in Xcode
    16.4 using Swift 6.1.1 added in #161. Required for compiling with Swift
    6.2, but does **not** compile when building with Swift 6.1.1 and
    `defaults write com.apple.dt.Xcode IDEPackageEnablePrebuilts YES`
    dfed authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    8ff1a6a View commit details
    Browse the repository at this point in the history
  9. Bump dependencies

    dfed committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    e581246 View commit details
    Browse the repository at this point in the history
Loading