We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3599e4 commit 52cc05eCopy full SHA for 52cc05e
1 file changed
apple/internal/testing/apple_test_bundle_support.bzl
@@ -101,7 +101,7 @@ _TEST_BUNDLE_NAME_SUFFIX = ".__internal__.__test_bundle"
101
# The highest minimum OS version that can be used for the test mismatch warning. Higher versions
102
# will be "fail"ed instead of issuing a warning to help enforce the minimum OS version to be the
103
# 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"
+_HIGHEST_MINIMUM_OS_VERSION_FOR_TEST_MISMATCH_WARNING = "16.4"
105
106
_ERROR_ON_IOS_TEST_BUNDLE_MISMATCH_PACKAGE_PREFIXES = []
107
0 commit comments