diff --git a/.changeset/silver-singers-guess.md b/.changeset/silver-singers-guess.md new file mode 100644 index 00000000..9eab05d3 --- /dev/null +++ b/.changeset/silver-singers-guess.md @@ -0,0 +1,5 @@ +--- +'@capacitor-firebase/authentication': minor +--- + +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