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

Commits on Nov 18, 2025

  1. Simulator: Add support for preferring persistent sims (#2820)

    This adds support for a `BAZEL_APPLE_PREFER_PERSISTENT_SIMS` env that
    allows ignoring the temporary simulator logic. In my experience they can
    be quite flaky, but my primary reasoning for this is to allow matching
    Xcode's behavior of always using neatly user-defined simulators. The
    change to support an explicit sim_identifier technically takes care of
    this but I think this is also good for those not using an extension to
    provide those.
    rockbruno authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    ffe3fb7 View commit details
    Browse the repository at this point in the history
  2. Fix apple_precompiled_resource_bundle for recent changes (#2825)

    Not adding a test because
    #2659 will cause this path
    to be hit.
    
    Signed-off-by: Brentley Jones <[email protected]>
    brentleyjones authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    3f381e3 View commit details
    Browse the repository at this point in the history
  3. Set BAZEL_DEVICE_UDID when running on device (#2824)

    As a parallel to `SIMULATOR_UDID`.
    
    Signed-off-by: Brentley Jones <[email protected]>
    brentleyjones authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    7ffad20 View commit details
    Browse the repository at this point in the history
Loading