Skip to content

Commit

Permalink
feat(authentication): update Facebook iOS SDK to 17.1.0 (#768)
Browse files Browse the repository at this point in the history
* feat(authentication): update Facebook iOS SDK to 17.1.0

* Update .changeset/silver-singers-guess.md [skip ci]

---------

Co-authored-by: Guillherme Strutzki <guilhermestrutzki1@natura.net>
Co-authored-by: Robin Genz <mail@robingenz.dev>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent 1b44da4 commit 069edf3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-singers-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@capacitor-firebase/authentication': minor
---

feat(ios): update Facebook iOS SDK to `17.1.0`
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/authentication/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 069edf3

Please sign in to comment.