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 0832e1d commit dc7c05bCopy full SHA for dc7c05b
1 file changed
test/starlark_tests/targets_under_test/watchos/BUILD
@@ -414,6 +414,10 @@ apple_archive(
414
name = "ipa_app_companion",
415
bundle = ":app_companion",
416
tags = common.fixture_tags,
417
+ visibility = [
418
+ "//test/starlark_tests:__subpackages__",
419
+ "//tools/dossier_codesigningtool:__pkg__",
420
+ ],
421
)
422
423
ios_application(
0 commit comments