Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove + [GULAppEnvironmentUtil isIOS7OrHigher] in next major version #85

Closed
ncooke3 opened this issue Sep 26, 2022 · 0 comments
Closed
Assignees

Comments

@ncooke3
Copy link
Member

ncooke3 commented Sep 26, 2022

The minimum supported iOS version is great than 7.0 so the + [GULAppEnvironmentUtil isIOS7OrHigher] API can be removed.

/// @return Returns @YES when is run on iOS version greater or equal to 7.0
+ (BOOL)isIOS7OrHigher DEPRECATED_MSG_ATTRIBUTE(
"Always `YES` because only iOS 8 and higher supported. The method will be removed.");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant