From b5cbc33fb2307d9a407a9c45c333b409c69651ef Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Wed, 8 May 2024 19:08:00 +0800 Subject: [PATCH] Update README.md Added the fingerprint in README, so it's no need to download and import the cert to verify --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e67587c6..b6a63c81 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,8 @@ Drag the unzipped `.xcframework` into your Xcode Project's Framework tab. From Xcode 15 Apple will verify the signature of binary XCFramework, to avoid supply chain attack. +The fingerprint currently should be `FC 3B 10 13 86 34 4C 50 DB 70 2A 9A D1 01 6F B5 1A 3E CC 8B 9D A9 B7 AE 47 A0 48 D4 D0 63 39 83` + The certificate is stored in the repo [here](https://github.com/SDWebImage/SDWebImage/blob/master/Certificate/SDWebImage%20Signing%20Certificate.cer) The public key is stored in the repo [here](https://github.com/SDWebImage/SDWebImage/blob/master/Certificate/SDWebImage%20Signing%20Certificate.pem)