Skip to content

Commit

Permalink
Update xctestrunner (#1963)
Browse files Browse the repository at this point in the history
This fixes Xcode 14.3 support
  • Loading branch information
keith authored May 17, 2023
1 parent 4566d7f commit 915ac30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apple/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ def apple_rules_dependencies(ignore_version_differences = False, include_bzlmod_
http_archive,
name = "xctestrunner",
urls = [
"https://github.com/google/xctestrunner/archive/24629f3e6c0dda397f14924b64eb45d04433c07e.tar.gz",
"https://github.com/google/xctestrunner/archive/4c5709da9444eae6bba2425734b8654635bed0a6.tar.gz",
],
strip_prefix = "xctestrunner-24629f3e6c0dda397f14924b64eb45d04433c07e",
sha256 = "6e692722c3b3d5f2573357870c78febe8419b18ab28565bc6a1d9ddd28c8ec51",
strip_prefix = "xctestrunner-4c5709da9444eae6bba2425734b8654635bed0a6",
sha256 = "e5d4c53c3965ae943fb08ccd7df0efd75590213fce5052388f23fad81a649f5a",
ignore_version_differences = ignore_version_differences,
)

0 comments on commit 915ac30

Please sign in to comment.