From 7624fc40712c0810619d5aad9815e50801813675 Mon Sep 17 00:00:00 2001 From: Guillherme Strutzki Date: Thu, 5 Dec 2024 23:15:10 -0300 Subject: [PATCH 1/2] feat(authentication): update Facebook iOS SDK to 17.1.0 --- .changeset/silver-singers-guess.md | 5 +++++ .../authentication/CapacitorFirebaseAuthentication.podspec | 4 ++-- packages/authentication/ios/Podfile | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .changeset/silver-singers-guess.md diff --git a/.changeset/silver-singers-guess.md b/.changeset/silver-singers-guess.md new file mode 100644 index 00000000..70547bc8 --- /dev/null +++ b/.changeset/silver-singers-guess.md @@ -0,0 +1,5 @@ +--- +'@capacitor-firebase/authentication': patch +--- + +feat(ios): update Facebook iOS SDK to `17.1.0` diff --git a/packages/authentication/CapacitorFirebaseAuthentication.podspec b/packages/authentication/CapacitorFirebaseAuthentication.podspec index c8303ccb..38f0b480 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', '16.0.1' - facebook.dependency 'FBSDKLoginKit', '16.0.1' + facebook.dependency 'FBSDKCoreKit', '17.1.0' + facebook.dependency 'FBSDKLoginKit', '17.1.0' end end diff --git a/packages/authentication/ios/Podfile b/packages/authentication/ios/Podfile index 1509bd40..a5915a30 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', '16.0.1' - pod 'FBSDKLoginKit', '16.0.1' + pod 'FBSDKCoreKit', '17.1.0' + pod 'FBSDKLoginKit', '17.1.0' end target 'PluginTests' do From b00560af9f91d9c93c9932eb3ce47a5201fef7ae Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Fri, 6 Dec 2024 08:35:21 +0100 Subject: [PATCH 2/2] Update .changeset/silver-singers-guess.md [skip ci] --- .changeset/silver-singers-guess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/silver-singers-guess.md b/.changeset/silver-singers-guess.md index 70547bc8..9eab05d3 100644 --- a/.changeset/silver-singers-guess.md +++ b/.changeset/silver-singers-guess.md @@ -1,5 +1,5 @@ --- -'@capacitor-firebase/authentication': patch +'@capacitor-firebase/authentication': minor --- feat(ios): update Facebook iOS SDK to `17.1.0`