We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ece8f commit 0832e1dCopy full SHA for 0832e1d
1 file changed
tools/dossier_codesigningtool/BUILD
@@ -56,7 +56,7 @@ py_library(
56
filegroup(
57
name = "watchos_dossier_zip",
58
testonly = True,
59
- srcs = ["//test/starlark_tests/targets_under_test/watchos:app_companion"],
+ srcs = ["//test/starlark_tests/targets_under_test/watchos:ipa_app_companion"],
60
output_group = "combined_dossier_zip",
61
)
62
@@ -66,7 +66,7 @@ py_test(
66
data = [
67
":watchos_dossier_zip",
68
"//test/starlark_tests/targets_under_test/ios:app",
69
- "//test/starlark_tests/targets_under_test/watchos:app_companion",
+ "//test/starlark_tests/targets_under_test/watchos:ipa_app_companion",
70
],
71
python_version = "PY3",
72
tags = ["requires-darwin"],
0 commit comments