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: 3.12.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: 3.13.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    af02ac9 View commit details
    Browse the repository at this point in the history
  2. Add destination_timeout attribute to ios_xctestrun_runner (#2577)

    Adds the ability to override the default `xctest -destination-timeout`
    value (30 seconds) in the `ios_xctestrun_runner` rule. If using the rule
    is not possible, the same can be done with
    `--test_arg="--command_line_arg=-destination-timeout=VALUE"`.
    luispadron authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    35516f8 View commit details
    Browse the repository at this point in the history
  3. Adjust and add apple_precompiled_resource_bundle tests (#2593)

    Signed-off-by: Brentley Jones <github@brentleyjones.com>
    brentleyjones authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c48e947 View commit details
    Browse the repository at this point in the history
Loading