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
…2.0.2

Reviewed By: joesus, samodom

Differential Revision: D31717002

fbshipit-source-id: 847f024883b3b03ab861856d7078191d6619f007
  • Loading branch information
jawwad committed Oct 17, 2021
1 parent 666def5 commit c34576b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion FBAEMKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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: '54d558c381dc7c9b180509b4a46a2a881a750e41'
sha1: '3f9754fca6a00ba2be727f364e70729fb9260784'
}
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 @@ -44,7 +44,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: '54d558c381dc7c9b180509b4a46a2a881a750e41'
sha1: '3f9754fca6a00ba2be727f364e70729fb9260784'
}
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 @@ -43,7 +43,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: '54d558c381dc7c9b180509b4a46a2a881a750e41'
sha1: '3f9754fca6a00ba2be727f364e70729fb9260784'
}
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 @@ -43,7 +43,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: '54d558c381dc7c9b180509b4a46a2a881a750e41'
sha1: '3f9754fca6a00ba2be727f364e70729fb9260784'
}
s.vendored_frameworks = "XCFrameworks/FBSDKGamingServicesKit.xcframework"
s.dependency "FacebookGamingServices", "#{s.version}"
Expand Down
2 changes: 1 addition & 1 deletion FBSDKLoginKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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: '54d558c381dc7c9b180509b4a46a2a881a750e41'
sha1: '3f9754fca6a00ba2be727f364e70729fb9260784'
}
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 @@ -44,7 +44,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: '54d558c381dc7c9b180509b4a46a2a881a750e41'
sha1: '3f9754fca6a00ba2be727f364e70729fb9260784'
}
s.vendored_frameworks = 'XCFrameworks/FBSDKShareKit.xcframework'
s.dependency 'FBSDKCoreKit', "#{s.version}"
Expand Down
2 changes: 1 addition & 1 deletion FacebookGamingServices.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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: '54d558c381dc7c9b180509b4a46a2a881a750e41'
sha1: '3f9754fca6a00ba2be727f364e70729fb9260784'
}
s.vendored_frameworks = "XCFrameworks/FacebookGamingServices.xcframework"
s.dependency "FBSDKCoreKit_Basics", "#{s.version}"
Expand Down
26 changes: 13 additions & 13 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import PackageDescription
let package = Package(
name: "Facebook",
platforms: [
.iOS(.v9),
.iOS(.v10),
.tvOS(.v10)
],
products: [
Expand Down Expand Up @@ -78,8 +78,8 @@ let package = Package(
// The kernel of the SDK
.binaryTarget(
name: "FBSDKCoreKit_Basics",
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.1/FBSDKCoreKit_Basics-Static_XCFramework.zip",
checksum: "e94f0c61ee84e4349354e058d1c8c5349457b7570a2acf557bf736cc903a094e"
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.2/FBSDKCoreKit_Basics-Static_XCFramework.zip",
checksum: "5b4a5eef74b849b18415275fe50d285e61a20afdf83cb40ab70ea3ac3a451ebf"
),

/*
Expand All @@ -88,8 +88,8 @@ let package = Package(
*/
.binaryTarget(
name: "FBAEMKit",
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.1/FBAEMKit-Static_XCFramework.zip",
checksum: "098f13451bd31a82eef074da3bb3eb7f5fa13c2a9a6c96a8433ac31bdadfa10d"
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.2/FBAEMKit-Static_XCFramework.zip",
checksum: "9d973f21d19f2bebc4930740f9f037d887dac99b2e8ffb75a3293ddcd7132043"
),

// The main AEM module
Expand All @@ -104,8 +104,8 @@ let package = Package(
*/
.binaryTarget(
name: "FBSDKCoreKit",
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.1/FBSDKCoreKit-Static_XCFramework.zip",
checksum: "c06dd4e510d82d60a6998ba9e8e77d8bd4ac949917d55f1b882d4d478351b3eb"
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.2/FBSDKCoreKit-Static_XCFramework.zip",
checksum: "fa00f5376ad989d75559da001aa94c1e4bc5115c4ac882d31a66600aad76e772"
),

// The main Core SDK module
Expand All @@ -125,8 +125,8 @@ let package = Package(
*/
.binaryTarget(
name: "FBSDKLoginKit",
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.1/FBSDKLoginKit-Static_XCFramework.zip",
checksum: "3d12e1f2d626b2e11cb5dca2424c23eb3945d2fdb87206d30a018c30649bd766"
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.2/FBSDKLoginKit-Static_XCFramework.zip",
checksum: "27de971ebf8bac22066a27f44a442e6c082968cd3892658d95d7bc3bf50e3b74"
),

// The main Login SDK module
Expand All @@ -141,8 +141,8 @@ let package = Package(
*/
.binaryTarget(
name: "FBSDKShareKit",
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.1/FBSDKShareKit-Static_XCFramework.zip",
checksum: "0884105877a25f96d5f2554f781d2aeb16acdd0843ad03a5e11dafce434e6a8a"
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.2/FBSDKShareKit-Static_XCFramework.zip",
checksum: "9971023970ca2a2653e30cf88c0775b3f62c7f417debdf2d6c7cd370342fa638"
),

// The main Share SDK module
Expand All @@ -154,8 +154,8 @@ let package = Package(
// The main Facebook Gaming Services module
.binaryTarget(
name: "FacebookGamingServices",
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.1/FacebookGamingServices-Static_XCFramework.zip",
checksum: "b5c7fdb93af1ff38d5fe347e7001a1f8837e4c143302cb9f8ff29ef47255d2ed"
url: "https://github.com/facebook/facebook-ios-sdk/releases/download/v12.0.2/FacebookGamingServices-Static_XCFramework.zip",
checksum: "55587186f8e3e66ad90c872811c9905ac77723f31e3323775456ba7d7288defd"
),

/*
Expand Down

0 comments on commit c34576b

Please sign in to comment.