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: bazelbuild/apple_support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.24.3
Choose a base ref
...
head repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.24.4
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 28, 2025

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

Commits on Nov 3, 2025

  1. fix(xcode_support): handle Xcode version starting with path separator (

    …#481)
    
    When Xcode version is passed as a directory, the version check currently
    errors out as it obviously cannot compare versions. We're gonna assume
    that if the user passes Xcode as a directory, they're ok managing the
    features themselves, and we'll assume they're on the latest and greatest
    Xcode. So we'll have that logic return True.
    ma-oli authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    3a3d923 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Fix bazel 9.x support (#482)

    This is all just around APIs that were removed that we used in tests.
    This is copy pasted from bazel tests / rules_apple
    keith authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    3e3ed50 View commit details
    Browse the repository at this point in the history
Loading