Skip to content

Commit

Permalink
feat(authentication): update the Facebook iOS SDK to 17.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Dec 16, 2024
1 parent 5f65c61 commit b60a18b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/silver-singers-guess.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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', '17.1.0'
facebook.dependency 'FBSDKLoginKit', '17.1.0'
facebook.dependency 'FBSDKCoreKit', '17.4.0'
facebook.dependency 'FBSDKLoginKit', '17.4.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', '17.1.0'
pod 'FBSDKLoginKit', '17.1.0'
pod 'FBSDKCoreKit', '17.4.0'
pod 'FBSDKLoginKit', '17.4.0'
end

target 'PluginTests' do
Expand Down

0 comments on commit b60a18b

Please sign in to comment.