diff --git a/apps/flutter_sample_cocoapods/Gemfile b/apps/flutter_sample_cocoapods/Gemfile index 0b9a9f18..24e39958 100644 --- a/apps/flutter_sample_cocoapods/Gemfile +++ b/apps/flutter_sample_cocoapods/Gemfile @@ -9,7 +9,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # waits on cocoapods itself lifting that constraint. gem 'json', '2.10.2' gem 'addressable', '2.9.0' -gem 'faraday', '1.10.5' +gem 'faraday', '1.10.6' gem 'aws-sdk-s3', '1.208.0' gem 'rexml', '3.4.2' diff --git a/apps/flutter_sample_cocoapods/Gemfile.lock b/apps/flutter_sample_cocoapods/Gemfile.lock index 31f03468..ea48d1ca 100644 --- a/apps/flutter_sample_cocoapods/Gemfile.lock +++ b/apps/flutter_sample_cocoapods/Gemfile.lock @@ -103,7 +103,7 @@ GEM logger excon (1.7.0) logger - faraday (1.10.5) + faraday (1.10.6) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -346,7 +346,7 @@ DEPENDENCIES addressable (= 2.9.0) aws-sdk-s3 (= 1.208.0) cocoapods - faraday (= 1.10.5) + faraday (= 1.10.6) fastlane fastlane-plugin-find_firebase_app_id fastlane-plugin-firebase_app_distribution diff --git a/apps/flutter_sample_cocoapods/ios/Podfile b/apps/flutter_sample_cocoapods/ios/Podfile index 1e4546b4..c5d4036f 100644 --- a/apps/flutter_sample_cocoapods/ios/Podfile +++ b/apps/flutter_sample_cocoapods/ios/Podfile @@ -71,7 +71,7 @@ target 'LiveActivityWidget' do # A widget extension cannot link the Flutter plugin pod, so it names the rendering pods itself. # Keep the version in step with pubspec.yaml's native_sdk_version. %w[CustomerIOLiveActivitiesTemplates CustomerIOLiveActivitiesAttributes].each do |cio_pod| - pod cio_pod, '4.7.6' + pod cio_pod, '4.7.9' end end diff --git a/apps/flutter_sample_spm/Gemfile b/apps/flutter_sample_spm/Gemfile index dd0c7e48..d67601ad 100644 --- a/apps/flutter_sample_spm/Gemfile +++ b/apps/flutter_sample_spm/Gemfile @@ -9,7 +9,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # waits on cocoapods itself lifting that constraint. gem 'json', '2.10.2' gem 'addressable', '2.9.0' -gem 'faraday', '1.10.5' +gem 'faraday', '1.10.6' gem 'aws-sdk-s3', '1.208.0' gem 'rexml', '3.4.2' diff --git a/apps/flutter_sample_spm/Gemfile.lock b/apps/flutter_sample_spm/Gemfile.lock index f4a5f334..d69f2b52 100644 --- a/apps/flutter_sample_spm/Gemfile.lock +++ b/apps/flutter_sample_spm/Gemfile.lock @@ -103,7 +103,7 @@ GEM logger excon (1.7.0) logger - faraday (1.10.5) + faraday (1.10.6) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -346,7 +346,7 @@ DEPENDENCIES addressable (= 2.9.0) aws-sdk-s3 (= 1.208.0) cocoapods - faraday (= 1.10.5) + faraday (= 1.10.6) fastlane fastlane-plugin-find_firebase_app_id fastlane-plugin-firebase_app_distribution diff --git a/apps/flutter_sample_spm/ios/Runner.xcodeproj/project.pbxproj b/apps/flutter_sample_spm/ios/Runner.xcodeproj/project.pbxproj index 5ef4e275..4d562650 100644 --- a/apps/flutter_sample_spm/ios/Runner.xcodeproj/project.pbxproj +++ b/apps/flutter_sample_spm/ios/Runner.xcodeproj/project.pbxproj @@ -968,7 +968,7 @@ repositoryURL = "https://github.com/customerio/customerio-ios.git"; requirement = { kind = exactVersion; - version = 4.7.6; + version = 4.7.9; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/ios/customer_io/Package.swift b/ios/customer_io/Package.swift index 3bdbf3a8..9b7cfd31 100644 --- a/ios/customer_io/Package.swift +++ b/ios/customer_io/Package.swift @@ -139,7 +139,7 @@ let package = Package( dependencies: [ // Pinned exactly, matching `native_sdk_version` in pubspec.yaml and the podspec, so one // plugin version always resolves one native SDK across every package manager. - .package(url: "https://github.com/customerio/customerio-ios.git", exact: "4.7.6"), + .package(url: "https://github.com/customerio/customerio-ios.git", exact: "4.7.9"), .package(url: "https://github.com/customerio/customerio-ios-fcm.git", from: "1.0.0") ], targets: [ diff --git a/pubspec.yaml b/pubspec.yaml index c530db09..5623692d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,5 +43,5 @@ flutter: pluginClass: CustomerIOPlugin ios: pluginClass: CustomerIOPlugin - native_sdk_version: 4.7.6 + native_sdk_version: 4.7.9 firebase_wrapper_version: 1.0.0