Skip to content

Commit dc7c05b

Browse files
committed
Fix visibility
1 parent 0832e1d commit dc7c05b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • test/starlark_tests/targets_under_test/watchos

test/starlark_tests/targets_under_test/watchos/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@ apple_archive(
414414
name = "ipa_app_companion",
415415
bundle = ":app_companion",
416416
tags = common.fixture_tags,
417+
visibility = [
418+
"//test/starlark_tests:__subpackages__",
419+
"//tools/dossier_codesigningtool:__pkg__",
420+
],
417421
)
418422

419423
ios_application(

0 commit comments

Comments
 (0)