Chore: MOBILE-140 - Upgrade iterable SDKs#7
Merged
Conversation
* Updated `MinimumOSVersion` and `IPHONEOS_DEPLOYMENT_TARGET` to 13.0 in relevant files. * Bumped `Iterable-iOS-SDK` dependency to 6.6.4. * Updated Swift version to 5.9. * Adjusted `pubspec.yaml` version to 0.7.0.
* Bumped `minSdkVersion` from 16 to 21 to meet current requirements. * Upgraded Iterable API dependency from `3.5.1` to `3.6.3` for improved functionality.
* Deleted the `.packages` file as it is deprecated in favor of `.dart_tool/package_config.json`. * Removed various build artifacts related to Flutter and Iterable SDKs to clean up the project structure.
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Iterable SDK dependencies for both iOS and Android platforms, synchronizes version numbers across configuration files, and updates minimum platform requirements to support the newer SDK versions.
Key Changes:
- Upgrades Iterable-iOS-SDK from 6.5.7 to 6.6.4 with updated minimum iOS deployment target (10.0 → 13.0) and Swift version (5.3 → 5.9)
- Upgrades Iterable-Android-SDK from 3.5.1 to 3.6.3 with updated minimum Android SDK version (API 16 → API 21)
- Bumps plugin version to 0.7.0 across both pubspec.yaml and podspec, resolving previous version mismatch (pubspec had 0.6.3, podspec had 0.6.2)
Reviewed changes
Copilot reviewed 9 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Updates plugin version from 0.6.3 to 0.7.0 |
| pubspec.lock | Updates transitive Flutter dependencies and Dart SDK requirement to accommodate newer SDK versions |
| ios/iterable_flutter.podspec | Updates iOS SDK to 6.6.4, plugin version to 0.7.0, iOS platform to 13.0, and Swift version to 5.9 |
| example/ios/Runner/AppDelegate.swift | Modernizes entry point annotation from @UIApplicationMain to @main |
| example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme | Adds Flutter debugging configurations (LLDB init file and GPU validation) |
| example/ios/Runner.xcodeproj/project.pbxproj | Updates iOS deployment target to 13.0 and Swift version to 5.9 across all build configurations |
| example/ios/Podfile | Uncomments and sets iOS platform requirement to 13.0 |
| example/ios/Flutter/AppFrameworkInfo.plist | Updates MinimumOSVersion to 13.0 |
| build/ios/Pods.build/Release-iphonesimulator/*.build/dgph | Build artifacts that should not be tracked in version control |
| android/build.gradle | Updates Android SDK to 3.6.3 and raises minSdkVersion from 16 to 21 |
| .packages | Removes deprecated package resolution file (replaced by .dart_tool/package_config.json) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
What it Does
Iterable-iOS-SDKfrom6.5.7to6.6.4Iterable-Android-SDKfrom3.5.1to3.6.30.7.0