Skip to content

Commit

Permalink
Update Package.swift and podspecs with new checksums and sha1s for v1…
Browse files Browse the repository at this point in the history
…3.0.0

Summary: Added a note to the changelog about Xcode 12 no longer being supported since the XCFrameworks are now buit with Xcode 13.

Reviewed By: samodom

Differential Revision: D34440353

fbshipit-source-id: d6adb8b12dffef67eabd59fdc5c06427364c38ef
  • Loading branch information
jawwad authored and facebook-github-bot committed Feb 24, 2022
1 parent 04eb765 commit 752b66c
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 187 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

#### Supported platform versions have been updated

The minimum supported version of iOS is now 11.0 for all frameworks. The minimum supported version of tvOS is now 11.0 for all frameworks.
The minimum supported version of iOS is now 11.0 for all frameworks. The minimum supported version of tvOS is now 11.0 for all frameworks. The XCFramework binaries are now built with Xcode 13 so Xcode 12 is no longer supported.

#### Client Tokens are now required

Expand Down
2 changes: 1 addition & 1 deletion FBAEMKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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: 'fcad6213f252eff6a31adc4117fc1af6f6726426'
sha1: '608a15c67bb641d49fc59fc2186cd39c45a3941b'
}
s.vendored_frameworks = 'XCFrameworks/FBAEMKit.xcframework'
s.dependency 'FBSDKCoreKit_Basics', "#{s.version}"
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'fcad6213f252eff6a31adc4117fc1af6f6726426'
sha1: '608a15c67bb641d49fc59fc2186cd39c45a3941b'
}
s.vendored_frameworks = 'XCFrameworks/FBSDKCoreKit.xcframework'
s.dependency 'FBSDKCoreKit_Basics', "#{s.version}"
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit_Basics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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: 'fcad6213f252eff6a31adc4117fc1af6f6726426'
sha1: '608a15c67bb641d49fc59fc2186cd39c45a3941b'
}
s.vendored_frameworks = 'XCFrameworks/FBSDKCoreKit_Basics.xcframework'
end
2 changes: 1 addition & 1 deletion FBSDKGamingServicesKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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: 'fcad6213f252eff6a31adc4117fc1af6f6726426'
sha1: '608a15c67bb641d49fc59fc2186cd39c45a3941b'
}
s.vendored_frameworks = "XCFrameworks/FBSDKGamingServicesKit.xcframework"
s.dependency "FBSDKCoreKit_Basics", "#{s.version}"
Expand Down
2 changes: 1 addition & 1 deletion FBSDKLoginKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'fcad6213f252eff6a31adc4117fc1af6f6726426'
sha1: '608a15c67bb641d49fc59fc2186cd39c45a3941b'
}
s.vendored_frameworks = 'XCFrameworks/FBSDKLoginKit.xcframework'
s.dependency "FBSDKCoreKit", "#{s.version}"
Expand Down
2 changes: 1 addition & 1 deletion FBSDKShareKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'fcad6213f252eff6a31adc4117fc1af6f6726426'
sha1: '608a15c67bb641d49fc59fc2186cd39c45a3941b'
}
s.vendored_frameworks = 'XCFrameworks/FBSDKShareKit.xcframework'
s.dependency 'FBSDKCoreKit', "#{s.version}"
Expand Down
Loading

0 comments on commit 752b66c

Please sign in to comment.