Skip to content

Commit 0832e1d

Browse files
committed
Use apple_archive target in codesinging dossier
1 parent 34ece8f commit 0832e1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tools/dossier_codesigningtool

tools/dossier_codesigningtool/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ py_library(
5656
filegroup(
5757
name = "watchos_dossier_zip",
5858
testonly = True,
59-
srcs = ["//test/starlark_tests/targets_under_test/watchos:app_companion"],
59+
srcs = ["//test/starlark_tests/targets_under_test/watchos:ipa_app_companion"],
6060
output_group = "combined_dossier_zip",
6161
)
6262

@@ -66,7 +66,7 @@ py_test(
6666
data = [
6767
":watchos_dossier_zip",
6868
"//test/starlark_tests/targets_under_test/ios:app",
69-
"//test/starlark_tests/targets_under_test/watchos:app_companion",
69+
"//test/starlark_tests/targets_under_test/watchos:ipa_app_companion",
7070
],
7171
python_version = "PY3",
7272
tags = ["requires-darwin"],

0 commit comments

Comments
 (0)