You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a new `AppleDeviceTestRunnerInfo` provider from device-based t…
…est runners (#2581)
This allows downstream rules and aspects to know what device type and OS
version was selected.
Signed-off-by: Brentley Jones <[email protected]>
Add the `strip_structured_resources_prefixes` attribute where `struct…
…ured_resources` exists (#2570)
This allows removing intermediate directories from structured resource
paths, without having to do wasteful file copies.
Signed-off-by: Brentley Jones <[email protected]>
Remove analysis error in `local_provisioning_profiles.bzl` (#2542)
This can result in build failures that normally wouldn’t fail. At
execution we get an error if profiles aren’t found, which is good
enough.
Signed-off-by: Brentley Jones <[email protected]>