Skip to content

Commit

Permalink
feat(ios, sdk): facebook-ios-sdk from 12.1.0 to 12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 16, 2021
1 parent 34aeb66 commit 3af336c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions RNFBSDKExample/ios/Podfile.lock
Expand Up @@ -2,8 +2,8 @@ PODS:
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- FBAEMKit (12.1.0):
- FBSDKCoreKit_Basics (= 12.1.0)
- FBAEMKit (12.2.1):
- FBSDKCoreKit_Basics (= 12.2.1)
- FBLazyVector (0.66.4)
- FBReactNativeSpec (0.66.4):
- RCT-Folly (= 2021.06.28.00-v2)
Expand All @@ -12,14 +12,14 @@ PODS:
- React-Core (= 0.66.4)
- React-jsi (= 0.66.4)
- ReactCommon/turbomodule/core (= 0.66.4)
- FBSDKCoreKit (12.1.0):
- FBAEMKit (= 12.1.0)
- FBSDKCoreKit_Basics (= 12.1.0)
- FBSDKCoreKit_Basics (12.1.0)
- FBSDKLoginKit (12.1.0):
- FBSDKCoreKit (= 12.1.0)
- FBSDKShareKit (12.1.0):
- FBSDKCoreKit (= 12.1.0)
- FBSDKCoreKit (12.2.1):
- FBAEMKit (= 12.2.1)
- FBSDKCoreKit_Basics (= 12.2.1)
- FBSDKCoreKit_Basics (12.2.1)
- FBSDKLoginKit (12.2.1):
- FBSDKCoreKit (= 12.2.1)
- FBSDKShareKit (12.2.1):
- FBSDKCoreKit (= 12.2.1)
- Flipper (0.99.0):
- Flipper-Folly (~> 2.6)
- Flipper-RSocket (~> 1.4)
Expand Down Expand Up @@ -288,13 +288,13 @@ PODS:
- react-native-fbsdk-next/Login (= 6.1.1)
- react-native-fbsdk-next/Share (= 6.1.1)
- react-native-fbsdk-next/Core (6.1.1):
- FBSDKCoreKit (~> 12.1.0)
- FBSDKCoreKit (~> 12.2.1)
- React-Core
- react-native-fbsdk-next/Login (6.1.1):
- FBSDKLoginKit (~> 12.1.0)
- FBSDKLoginKit (~> 12.2.1)
- React-Core
- react-native-fbsdk-next/Share (6.1.1):
- FBSDKShareKit (~> 12.1.0)
- FBSDKShareKit (~> 12.2.1)
- React-Core
- React-perflogger (0.66.4)
- React-RCTActionSheet (0.66.4):
Expand Down Expand Up @@ -511,13 +511,13 @@ SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBAEMKit: 56c0bb9b42e3747cd82b67934f0c2b19325382ea
FBAEMKit: 4cea610d0bc1680572f2aad7b25db7a2f2690d82
FBLazyVector: e5569e42a1c79ca00521846c223173a57aca1fe1
FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58
FBSDKCoreKit: 75368765d9c2303073145a7925dfaa9d60bcd77b
FBSDKCoreKit_Basics: 39865aff97e5f6951a78fb3e89dc4460e35e1895
FBSDKLoginKit: e993f97c7cc794c5da4056d8aec3c3d66033a727
FBSDKShareKit: 24943f539dbe382a6fad04952ea1aee29b100c1f
FBSDKCoreKit: 5b1992fe65802ca26be7e68bc4fac5f59fa39908
FBSDKCoreKit_Basics: a6a92ca628e05f86f458a4721574c5ddfb058ba3
FBSDKLoginKit: 7467b7f988ca4fdf48f12a839bcfce4264752429
FBSDKShareKit: 25fe0e2cd0811918e5b5b1603cb3fc580154cc48
Flipper: 30e8eeeed6abdc98edaf32af0cda2f198be4b733
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
Expand All @@ -543,7 +543,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 94ce921e1d8ce7023366873ec371f3441383b396
React-jsinspector: d0374f7509d407d2264168b6d0fad0b54e300b85
React-logger: 933f80c97c633ee8965d609876848148e3fef438
react-native-fbsdk-next: 50b2ce0e56ef9b68cb0fd7f19072364296896c20
react-native-fbsdk-next: d725e3d8911f3acb109e596e595d8a0988d87e70
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"example:ios": "cd ./RNFBSDKExample/ios && rm -f Podfile.lock && pod install && yarn ios",
"example:android": "cd ./RNFBSDKExample && yarn android --no-jetifier",
"example:clean": "cd RNFBSDKExample && \\rm -fr yarn.lock node_modules ios/Podfile.lock && cd ..",
"example:install": "cd RNFBSDKExample && yarn && cd ios && (pod install || true) && cd ../..",
"example:install": "cd RNFBSDKExample && yarn && cd ios && (rm -f Podfile.lock && pod install || true) && cd ../..",
"example:devcopy": "yarn prepare && cp -rv android ios lib src types *.podspec RNFBSDKExample/node_modules/react-native-fbsdk-next/",
"semantic-release": "semantic-release",
"jest": "jest"
Expand Down
6 changes: 3 additions & 3 deletions react-native-fbsdk-next.podspec
Expand Up @@ -14,17 +14,17 @@ Pod::Spec.new do |s|
s.dependency 'React-Core'

s.subspec 'Core' do |ss|
ss.dependency 'FBSDKCoreKit', '~> 12.1.0'
ss.dependency 'FBSDKCoreKit', '~> 12.2.1'
ss.source_files = 'ios/RCTFBSDK/core/*.{h,m}'
end

s.subspec 'Login' do |ss|
ss.dependency 'FBSDKLoginKit', '~> 12.1.0'
ss.dependency 'FBSDKLoginKit', '~> 12.2.1'
ss.source_files = 'ios/RCTFBSDK/login/*.{h,m}'
end

s.subspec 'Share' do |ss|
ss.dependency 'FBSDKShareKit', '~> 12.1.0'
ss.dependency 'FBSDKShareKit', '~> 12.2.1'
ss.source_files = 'ios/RCTFBSDK/share/*.{h,m}'
end
end

0 comments on commit 3af336c

Please sign in to comment.