From 5b274724e8c493763eba9797a60d9317ff2e1817 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Mon, 16 Dec 2024 12:29:22 +0100 Subject: [PATCH] wip --- .../authentication/CapacitorFirebaseAuthentication.podspec | 4 ++-- packages/authentication/ios/Podfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/authentication/CapacitorFirebaseAuthentication.podspec b/packages/authentication/CapacitorFirebaseAuthentication.podspec index 38d2d67b..6ec6dd86 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.4.0' - facebook.dependency 'FBSDKLoginKit', '17.4.0' + facebook.dependency 'FBSDKCoreKit', '17.2.0' + facebook.dependency 'FBSDKLoginKit', '17.2.0' end end diff --git a/packages/authentication/ios/Podfile b/packages/authentication/ios/Podfile index 1d540d11..cf8683ac 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.4.0' - pod 'FBSDKLoginKit', '17.4.0' + pod 'FBSDKCoreKit', '17.2.0' + pod 'FBSDKLoginKit', '17.2.0' end target 'PluginTests' do