Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Dec 16, 2024
1 parent b50c8ec commit 5b27472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4.0'
facebook.dependency 'FBSDKLoginKit', '17.4.0'
facebook.dependency 'FBSDKCoreKit', '17.2.0'
facebook.dependency 'FBSDKLoginKit', '17.2.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.4.0'
pod 'FBSDKLoginKit', '17.4.0'
pod 'FBSDKCoreKit', '17.2.0'
pod 'FBSDKLoginKit', '17.2.0'
end

target 'PluginTests' do
Expand Down

0 comments on commit 5b27472

Please sign in to comment.