Skip to content

Commit

Permalink
fix: firebase version upgrade for v2 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman authored Oct 7, 2024
1 parent 63b890a commit ab53cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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"
end
spec.dependency "FirebaseMessaging", ">= 8.7.0", "< 12"
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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")
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit ab53cf6

Please sign in to comment.