Skip to content

Commit 52cc05e

Browse files
nglevinluispadron
authored andcommitted
Lower the highest minimum OS version for test host/bundle mismatch warning again to 16.4.
Cherry-pick: 4123648
1 parent e3599e4 commit 52cc05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apple/internal/testing/apple_test_bundle_support.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ _TEST_BUNDLE_NAME_SUFFIX = ".__internal__.__test_bundle"
101101
# The highest minimum OS version that can be used for the test mismatch warning. Higher versions
102102
# will be "fail"ed instead of issuing a warning to help enforce the minimum OS version to be the
103103
# same between the test bundle and test host to avoid debugging issues and redundant build activity.
104-
_HIGHEST_MINIMUM_OS_VERSION_FOR_TEST_MISMATCH_WARNING = "16.9"
104+
_HIGHEST_MINIMUM_OS_VERSION_FOR_TEST_MISMATCH_WARNING = "16.4"
105105

106106
_ERROR_ON_IOS_TEST_BUNDLE_MISMATCH_PACKAGE_PREFIXES = []
107107

0 commit comments

Comments
 (0)