Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Sep 26, 2024
1 parent 5c0cc8a commit 5b80992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CustomerIOMessagingPushFCM.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Pod::Spec.new do |spec|
# Add FCM SDK as a dependency, as our SDK is designed to be compatible with it.
# No version is specified which means that by default, the latest version is installed for customers.
# Customers can override this by adding the pod to their Podfile themselves to specify a version they want to use.
spec.dependency "FirebaseMessaging", ">= 8.7.0", "< 11"
spec.dependency "FirebaseMessaging", ">= 8.7.0", "< 12"
end
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ let package = Package(
// https://web.archive.org/web/20220525200227/https://www.timc.dev/posts/understanding-swift-packages/
//
// Update to exact version until wrapper SDKs become part of testing pipeline.
.package(name: "Firebase", url: "https://github.com/firebase/firebase-ios-sdk.git", "8.7.0"..<"11.0.0"),
.package(name: "Firebase", url: "https://github.com/firebase/firebase-ios-sdk.git", "8.7.0"..<"12.0.0"),


// Make sure the version number is same for DataPipelines cocoapods.
.package(name: "CioAnalytics", url: "https://github.com/customerio/cdp-analytics-swift.git", .exact("1.5.14+cio.1"))
Expand Down

0 comments on commit 5b80992

Please sign in to comment.