chore(ios): update min device to iPhone 16 / iOS 18.5#73
Draft
chore(ios): update min device to iPhone 16 / iOS 18.5#73
Conversation
iOS 18.5 is the oldest simulator runtime pre-installed on macos-15 GitHub runners (Xcode 16.4). This avoids 7GB runtime downloads in CI while still validating our minimum deployment target (13.4) runs on a modern simulator. Updates plugin default, all examples, lock files, and CI workflow runner references (macos-14 -> macos-15 for min device). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Standardizes the iOS "min" device on iPhone 16 / iOS 18.5 — the oldest simulator runtime pre-installed on
macos-15GitHub runners.Changes
plugins/ios/config/devices/min.json: iPhone 13/15.4 → iPhone 16/18.5min.jsonanddevices.lockfilese2e-full.yml: macos-14 → macos-15 for min device runsWhy
iOS 15.4 and 17.5 runtimes are not pre-installed on
macos-15runners, requiring a 7GB+ download that fills the disk. iOS 18.5 ships with Xcode 16.4 (the default on macos-15) and works out of the box. Our deployment target (13.4) still runs fine on an 18.5 simulator — forward compatibility is guaranteed by Apple.🤖 Generated with Claude Code