Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/flutter_sample_cocoapods/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions apps/flutter_sample_cocoapods/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/flutter_sample_cocoapods/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/flutter_sample_spm/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions apps/flutter_sample_spm/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion ios/customer_io/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading