Skip to content

fix(ios): raise minimum deployment target - #219

Merged
sjungwon03 merged 1 commit into
devfrom
fix/218-ios-15-deployment-target
Aug 25, 2026
Merged

fix(ios): raise minimum deployment target#219
sjungwon03 merged 1 commit into
devfrom
fix/218-ios-15-deployment-target

Conversation

@sjungwon03

Copy link
Copy Markdown
Member

Summary

  • raise Runner, Flutter framework, and CocoaPods deployment targets to iOS 15
  • add a regression test that prevents the archive MinimumOSVersion from drifting below iOS 15

Validation

  • iOS and release workflow regression tests passed
  • Flutter analysis passed

Closes #218

Signed-off-by: sjungwon03 <sjungwon03@gmail.com>
@github-actions github-actions Bot added area:mobile Android / iOS specific fix Bug fix labels Aug 25, 2026

@sjungwon03-ai sjungwon03-ai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Static review is clear for 109ef8ceb4c1bc0dbc5041c0548309e5d607a0f8. The required Flutter quality gate is still running on this exact PR head; approval is pending its successful completion with no new push.

@sjungwon03-ai sjungwon03-ai left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: iOS deployment targets are consistently raised to 15.0, the regression guard covers the archive metadata and project settings, and all CI checks passed on this exact head.

@sjungwon03
sjungwon03 merged commit 4b8be86 into dev Aug 25, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:mobile Android / iOS specific fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Raise the iOS deployment target to 15

2 participants