From b60a18b4789cadbf32931db0e36519dc45b7ace4 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Mon, 16 Dec 2024 11:25:21 +0100 Subject: [PATCH] feat(authentication): update the Facebook iOS SDK to 17.4.0 --- .changeset/silver-singers-guess.md | 2 +- .../authentication/CapacitorFirebaseAuthentication.podspec | 4 ++-- packages/authentication/ios/Podfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/silver-singers-guess.md b/.changeset/silver-singers-guess.md index 9eab05d3..19da6c34 100644 --- a/.changeset/silver-singers-guess.md +++ b/.changeset/silver-singers-guess.md @@ -2,4 +2,4 @@ '@capacitor-firebase/authentication': minor --- -feat(ios): update Facebook iOS SDK to `17.1.0` +feat(ios): update Facebook iOS SDK to `17.4.0` diff --git a/packages/authentication/CapacitorFirebaseAuthentication.podspec b/packages/authentication/CapacitorFirebaseAuthentication.podspec index 38f0b480..38d2d67b 100644 --- a/packages/authentication/CapacitorFirebaseAuthentication.podspec +++ b/packages/authentication/CapacitorFirebaseAuthentication.podspec @@ -29,7 +29,7 @@ Pod::Spec.new do |s| s.subspec 'Facebook' do |facebook| facebook.xcconfig = { 'OTHER_SWIFT_FLAGS' => '$(inherited) -DRGCFA_INCLUDE_FACEBOOK' } - facebook.dependency 'FBSDKCoreKit', '17.1.0' - facebook.dependency 'FBSDKLoginKit', '17.1.0' + facebook.dependency 'FBSDKCoreKit', '17.4.0' + facebook.dependency 'FBSDKLoginKit', '17.4.0' end end diff --git a/packages/authentication/ios/Podfile b/packages/authentication/ios/Podfile index a5915a30..1d540d11 100644 --- a/packages/authentication/ios/Podfile +++ b/packages/authentication/ios/Podfile @@ -11,8 +11,8 @@ target 'Plugin' do capacitor_pods pod 'FirebaseAuth', '11.0.0' pod 'GoogleSignIn', '7.1.0' - pod 'FBSDKCoreKit', '17.1.0' - pod 'FBSDKLoginKit', '17.1.0' + pod 'FBSDKCoreKit', '17.4.0' + pod 'FBSDKLoginKit', '17.4.0' end target 'PluginTests' do