Skip to content

Commit

Permalink
Enable visionOS tests always
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored and BalestraPatrick committed Feb 1, 2024
1 parent 6f4a005 commit 8eb1374
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/test_data/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,11 @@ starlark_apple_binary(
deps = [":objc_lib_with_unused_symbol"],
)

config_setting(
name = "supports_visionos",
values = {"define": "supports_visionos=1"},
)

starlark_apple_binary(
name = "visionos_binary",
minimum_os_version = "1.0",
platform_type = "visionos",
tags = TARGETS_UNDER_TEST_TAGS,
target_compatible_with = select({
":supports_visionos": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
deps = [":objc_main"],
)

Expand Down

0 comments on commit 8eb1374

Please sign in to comment.