From 977ac3e0adfab8ca771f17362fa76c467ad0886d Mon Sep 17 00:00:00 2001 From: Ihar Katkavets Date: Thu, 11 Apr 2024 09:15:11 +0200 Subject: [PATCH] fix_v6.14.0_checksum Fix the checksum for https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.14.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c2f820b..104ee98 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .binaryTarget( name: "AppsFlyerLib", url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.14.0/AppsFlyerLib.xcframework.zip", - checksum: "d7fdf61996dacb7787506305b6c541197ede64fcc4528c41842d9a507bd1b94b" + checksum: "e3063f25dd58b242c31d1bc5761fcb96930539e8e4d0745c22df792ecbd455e0" ) ] )