From f39b1f996e1f8882555b6a463b10095f42244f5e Mon Sep 17 00:00:00 2001 From: firebase-workflow-trigger-bot Date: Thu, 14 Mar 2024 21:35:25 +0000 Subject: [PATCH] Update mobile dependencies - Thu Mar 14 2024 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### iOS - GoogleUserMessagingPlatform → 2.3.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/8287496301). --- cmake/external/firestore.cmake | 2 +- gma/integration_test/Podfile | 2 +- ios_pod/Podfile | 2 +- release_build_files/readme.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake index 4771efb049..56604a5183 100644 --- a/cmake/external/firestore.cmake +++ b/cmake/external/firestore.cmake @@ -20,7 +20,7 @@ endif() # If the format of the line below changes, then be sure to update # https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81 -set(version "346f225d09ba30ca8ae01e068a8256c49a17252f") +set(version CocoaPods-10.22.0) function(GetReleasedDep) message("Getting released firebase-ios-sdk @ ${version}") diff --git a/gma/integration_test/Podfile b/gma/integration_test/Podfile index 96b1ecf921..9361c811a6 100644 --- a/gma/integration_test/Podfile +++ b/gma/integration_test/Podfile @@ -7,7 +7,7 @@ target 'integration_test' do platform :ios, '12.0' pod 'Firebase/CoreOnly', '10.22.0' pod 'Google-Mobile-Ads-SDK', '11.1.0' - pod 'GoogleUserMessagingPlatform', '2.2.0' + pod 'GoogleUserMessagingPlatform', '2.3.0' end post_install do |installer| diff --git a/ios_pod/Podfile b/ios_pod/Podfile index c0729f453d..2a21abc24c 100644 --- a/ios_pod/Podfile +++ b/ios_pod/Podfile @@ -6,7 +6,7 @@ target 'GetPods' do pod 'Firebase/Core', '10.22.0' pod 'Google-Mobile-Ads-SDK', '11.1.0' - pod 'GoogleUserMessagingPlatform', '2.2.0' + pod 'GoogleUserMessagingPlatform', '2.3.0' pod 'Firebase/Analytics', '10.22.0' pod 'Firebase/AppCheck', '10.22.0' pod 'Firebase/Auth', '10.22.0' diff --git a/release_build_files/readme.md b/release_build_files/readme.md index 832c43b3b0..5fbc336b6e 100644 --- a/release_build_files/readme.md +++ b/release_build_files/readme.md @@ -254,7 +254,7 @@ Google Mobile Ads | firebase_gma.xcframework | | firebase.xcframework | | Firebase/CoreOnly Cocoapod (10.22.0) | | Google-Mobile-Ads-SDK Cocoapod (11.1.0) -| | GoogleUserMessagingPlatform Cocoapod (2.2.0) +| | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | firebase_installations.xcframework | | firebase.xcframework | | FirebaseInstallations Cocoapod (10.22.0) @@ -317,7 +317,7 @@ Google Mobile Ads | libfirebase_gma.a | | libfirebase_app.a | | Firebase/CoreOnly Cocoapod (10.22.0) | | Google-Mobile-Ads-SDK Cocoapod (11.1.0) -| | GoogleUserMessagingPlatform Cocoapod (2.2.0) +| | GoogleUserMessagingPlatform Cocoapod (2.3.0) Firebase Installations | libfirebase_installations.a | | libfirebase_app.a | | FirebaseInstallations Cocoapod (10.22.0)