Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

update facebook sdks to 5.8.0 for ios #659

Merged
merged 2 commits into from Nov 7, 2019
Merged

update facebook sdks to 5.8.0 for ios #659

merged 2 commits into from Nov 7, 2019

Conversation

michaelknoch
Copy link
Contributor

@michaelknoch michaelknoch commented Oct 20, 2019

Update facebook sdks to latest version 5.8.0 which is already used on android

Test Plan:
We use this change in our app:

  • pod install and ios build still works
  • facebook login works

@facebook-github-bot
Copy link

Hi michaelknoch! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@@ -10,21 +10,21 @@ Pod::Spec.new do |s|
s.license = package['license']
s.homepage = package['homepage']
s.source = { :git => 'https://github.com/facebook/react-native-fbsdk.git', :tag => "v#{package['version']}" }
s.platform = :ios, '7.0'
s.platform = :ios, '8.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not needed, but i thought it makes sense because the deployment target of the fb sdks is set to 8.0

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@shokimble
Copy link

Is there a release containing this update planned? Important for Catalyst support on Mac (and just good for keeping the SDK up to date!).

@janicduplessis
Copy link
Contributor

Thanks @michaelknoch !

Sorry about the delay merging this

@janicduplessis janicduplessis merged commit 9f870f1 into facebookarchive:master Nov 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants