Update minimum iOS requirement to iOS 18#44
Merged
Conversation
marionbarker
approved these changes
Jul 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Hardware Requirements section to reflect that LoopFollow now requires iOS 18 or newer, up from iOS 16.6.
The deployment target was raised to iOS 18 on the
devbranch to adopt Apple's Swift Charts framework for the modernized graphs. This applies to the next release; the current released version (6.2.0) still supports iOS 16.6.Telemetry check before making the change: of 1,134 devices active in the last 30 days, only 10 (0.9%) are on an iOS older than 18, and most of those are on hardware that cannot upgrade past it (iPhone 8, iPad 5th/6th generation).
Merge timing: this should land together with the release that ships the iOS 18 requirement, so the docs don't get ahead of
main.