Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalPineapple committed Aug 1, 2024
1 parent ed916e1 commit 2e64f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KIF/Additions/UIView-Debugging.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2e64f21

Please sign in to comment.