Skip to content

Conversation

@mabidakun
Copy link
Collaborator

What it Does

  • Updates Iterable-iOS-SDK from 6.5.7 to 6.6.4
  • Updates Iterable-Android-SDK from 3.5.1 to 3.6.3
  • Bumps up plug-in version to 0.7.0

* 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.
@mabidakun mabidakun added the enhancement New feature or request label Dec 7, 2025
@mabidakun mabidakun requested a review from Copilot December 7, 2025 19:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

@mabidakun mabidakun merged commit 98b1067 into master Dec 7, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants