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

[iOS] Replace UIDevice.CheckSystemVersion checks #4635

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

pjcollins
Copy link
Member

Context: #461

Removes platform version checks for iOS 10 and lower, as only iOS 10 and
above should be supported.

The remaining UIDevice.CurrentDevice.CheckSystemVersion calls have
been replaced with OperatingSystem.IsOSPlatformVersionAtLeast.

Removes platform version checks for iOS 10 and lower, as only iOS 10 and
above should be supported.

The remaining `UIDevice.CurrentDevice.CheckSystemVersion` calls have
been replaced with `OperatingSystem.IsOSPlatformVersionAtLeast`.
@pjcollins pjcollins marked this pull request as ready for review February 14, 2022 15:11
@PureWeen PureWeen self-requested a review February 15, 2022 15:30
@PureWeen PureWeen merged commit 158ffbd into dotnet:main Feb 15, 2022
@pjcollins pjcollins deleted the osversionsup-ios10 branch February 24, 2022 22:17
@PureWeen PureWeen mentioned this pull request Mar 21, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
@samhouts samhouts added the fixed-in-6.0.200-preview.14.2 Look for this fix in 6.0.200-preview.14.2! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-6.0.200-preview.14.2 Look for this fix in 6.0.200-preview.14.2! platform/iOS 🍎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants