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.1
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.2
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 18, 2025

  1. Make //test:ios_coverage_test run exclusively (#2826)

    Run this test exclusively, because it runs a handful of tests under
    instrumentation (including an `ios_ui_test`).
    aaronsky authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    2efc866 View commit details
    Browse the repository at this point in the history
  2. Fix COVERAGE check (#2827)

    ```
    if [[ "${COVERAGE:-}" -ne 1 || "${APPLE_COVERAGE:-}" -ne 1 ]]; then
    ```
    
    wasn’t properly changed. Applying De Morgan's laws means we needed to
    change the `||` to `&&`.
    
    Signed-off-by: Brentley Jones <[email protected]>
    brentleyjones authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    c7a922e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Move COLLECT_PROFDATA check back outside of COVERAGE check (#2829)

    It was originally added as a way to collect coverage data regardless of
    `bazel coverage` usage. Regressed with
    d20fc44.
    
    Signed-off-by: Brentley Jones <[email protected]>
    brentleyjones authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    b5d9c0d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Fix .xcstickers app icon regression (#2831)

    Regressed in d240302.
    
    Signed-off-by: Brentley Jones <[email protected]>
    brentleyjones authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    0e3f0fe View commit details
    Browse the repository at this point in the history
  2. Cover message sticker pack extension with tests (#2832)

    To prevent future regressions.
    adincebic authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    16ce20e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Drop rolling bazel version from the BCR (#2833)

    `rules_apple` no longer works on rolling releases so we reflect that in
    the `./.bcr/pre-submit.yaml` so that we no longer manually require
    pushing to the branch on BCR like @keith needed to in
    bazelbuild/bazel-central-registry#6579
    adincebic authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d752f32 View commit details
    Browse the repository at this point in the history
Loading