Update Package.swift and podspecs with new checksums and sha1s for v12.2.1

Summary:
I ran this on the release branch: remote/fbobjc/releases/release-ios-sdk-v12.2.1
```
time swift run --build-path=`mkscratch path` runner prepare-release | xcpretty
```

I created this diff on the release branch but I'm rebasing this onto master first. It needs to be in master in case someone points their SPM to master, that way they still get the latest release. Once it's in master it will be picked into the release branch.

Reviewed By: samodom

Differential Revision: D32988695

fbshipit-source-id: 849ebca96be82a9f847d2f043e59285aa4b02f91
This commit is contained in:
Jawwad Ahmad
2021-12-09 09:16:38 -08:00
committed by Facebook GitHub Bot
parent 05b5b199fd
commit de45e32f4e
8 changed files with 21 additions and 21 deletions

View File

@@ -50,7 +50,7 @@ Pod::Spec.new do |s|
s.source = {
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
sha1: '0d224ddaaaf248a79f0a9d5abaf125ad6c29aa15'
sha1: '82dc42af8b74a30d9a4c819444174268b6daaddf'
}
s.vendored_frameworks = 'XCFrameworks/FBSDKShareKit.xcframework'
s.dependency 'FBSDKCoreKit', "#{s.version}"