From 2e64f21a7cde369a42a2ff6e25229d2a3ae281b4 Mon Sep 17 00:00:00 2001 From: Alex Odawa Date: Tue, 30 Jul 2024 20:34:57 +0200 Subject: [PATCH] test --- Sources/KIF/Additions/UIView-Debugging.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/KIF/Additions/UIView-Debugging.m b/Sources/KIF/Additions/UIView-Debugging.m index a91a6cd0..8f7b12ac 100644 --- a/Sources/KIF/Additions/UIView-Debugging.m +++ b/Sources/KIF/Additions/UIView-Debugging.m @@ -136,7 +136,7 @@ - (void)printDatePickerState { case UIDatePickerModeCountDownTimer: printf(" UIDatePickerModeCountDownTimer"); break; -#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_17_4 +#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 170400 //__IPHONE_17_4 case UIDatePickerModeYearAndMonth: printf(" UIDatePickerModeYearAndMonth"); break;