-
Notifications
You must be signed in to change notification settings - Fork 283
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.19.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bazelbuild/rules_apple
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.20.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 41 files changed
- 5 contributors
Commits on Mar 2, 2025
-
Add
additional_linker_inputs
support for apple_test_assembler.bzl (#……2656) This is required when adding custom `linkopts` which depend on a file
Configuration menu - View commit details
-
Copy full SHA for ee1f737 - Browse repository at this point
Copy the full SHA ee1f737View commit details
Commits on Mar 3, 2025
-
Add
apple.codesign_frameworks_without_provisioning_profile
feature (#……2605) This feature causes `*_{dynamic_,}framework` targets to codesign themselves even when they don’t have a provisioning profile set. This allows moving and caching some of the codesigning time into the framework targets, which can be a big win if your incremental builds don’t touch a lot of the frameworks. Signed-off-by: Brentley Jones <github@brentleyjones.com>
Configuration menu - View commit details
-
Copy full SHA for e6c86b3 - Browse repository at this point
Copy the full SHA e6c86b3View commit details -
Add a few more
exec_compatible_with
(#2661)Makes working with `ios_application`, `ios_build_test`, etc on multi-platform builds easier. Signed-off-by: Brentley Jones <github@brentleyjones.com>
Configuration menu - View commit details
-
Copy full SHA for 45f1004 - Browse repository at this point
Copy the full SHA 45f1004View commit details
Commits on Mar 10, 2025
-
Add xctrunner rule to create test bundles (#2529)
Adds new rule `xctrunner` which allows bundling of one or more `xctest`s into a single `XCTRunner.app`. Primary use case is for running UI tests on real device farms, like BrowserStack, Sauce Labs, etc. ## Usage ```starlark load("//apple:xctrunner.bzl", "xctrunner") ios_ui_test( name = "HelloWorldSwiftUITests", minimum_os_version = "15.0", runner = "@build_bazel_rules_apple//apple/testing/default_runner:ios_xctestrun_ordered_runner", test_host = ":HelloWorldSwift", deps = [":UITests"], ) xctrunner( name = "HelloWorldSwiftXCTRunner", test_targets = [":HelloWorldSwiftUITests"], testonly = True, ) ``` ```sh $ bazel build //examples/ios/HelloWorldSwift:HelloWorldSwiftXCTRunner INFO: Analyzed target //examples/ios/HelloWorldSwift:HelloWorldSwiftXCTRunner (13 packages loaded, 2236 targets and 13 aspects configured). INFO: Found 1 target... Target //examples/ios/HelloWorldSwift:HelloWorldSwiftXCTRunner up-to-date: bazel-bin/examples/ios/HelloWorldSwift/HelloWorldSwiftXCTRunner.app INFO: Elapsed time: 11.108s, Critical Path: 10.32s INFO: 65 processes: 39 internal, 25 darwin-sandbox, 1 local. INFO: Build completed successfully, 65 total actions ```
Configuration menu - View commit details
-
Copy full SHA for 779b8b8 - Browse repository at this point
Copy the full SHA 779b8b8View commit details
Commits on Mar 13, 2025
-
Allow collecting
.profdata
from test runs (#2665)Signed-off-by: Brentley Jones <github@brentleyjones.com>
Configuration menu - View commit details
-
Copy full SHA for fa8ce4c - Browse repository at this point
Copy the full SHA fa8ce4cView commit details -
Support pre- and post- actions in
ios_xctestrun_runner
(#2649)Iterating on this out in the open. It's a proof of concept, but it does work. I'm not married to any aspect of this API, the fact that hooks have access to all environment variables the test runner does, nor the lack of a live log-parser hook in this implementation. I recommend maintainers be ruthless and specific in what they want out of this change.
Configuration menu - View commit details
-
Copy full SHA for dff720d - Browse repository at this point
Copy the full SHA dff720dView commit details -
Add swift-testing support to the xctest runner (#2554)
This adds support for swift-testing tests by checking for both the swift testing output as well as the normal xctest output.
Configuration menu - View commit details
-
Copy full SHA for 338c2e0 - Browse repository at this point
Copy the full SHA 338c2e0View commit details
There are no files selected for viewing