diff --git a/CustomerIOMessagingPushFCM.podspec b/CustomerIOMessagingPushFCM.podspec index 0386b021e..a46c64048 100644 --- a/CustomerIOMessagingPushFCM.podspec +++ b/CustomerIOMessagingPushFCM.podspec @@ -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 diff --git a/Package.swift b/Package.swift index 03c3b9d92..471e736d4 100644 --- a/Package.swift +++ b/Package.swift @@ -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"))