fix: update iOS minimum version to 12 - #1181
Merged
Merged
Conversation
onesignal-deploy
force-pushed
the
rel/5.6.9
branch
from
September 8, 2026 23:33
3e629f1 to
2661292
Compare
Contributor
|
the version bumps show up here but its targeting rel/5.6.9? |
Co-authored-by: Cursor <cursoragent@cursor.com>
fadi-george
force-pushed
the
fix/ios-5.6-release-compatibility
branch
from
September 9, 2026 16:43
4819f4b to
cc6237f
Compare
abdulraqeeb33
approved these changes
Sep 9, 2026
Merged
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.
Description
One Line Summary
Align the Flutter plugin's CocoaPods and Swift Package Manager minimum deployment targets with OneSignal iOS 5.6.x.
Motivation
OneSignalXCFramework 5.6.1 requires iOS 12, while the Flutter podspec and Swift package manifest declared iOS 11.
Scope
Raises the minimum iOS deployment target from iOS 11 to iOS 12 in:
ios/onesignal_flutter.podspecios/onesignal_flutter/Package.swiftTesting
No tests were added because this is package metadata only.
Validated with:
pod ipc spec ios/onesignal_flutter.podspecswift package dump-packageflutter analyzedart run rps testAffected code checklist
Checklist